DistinguishedUserType Enum

Definition

The DistinguishedUserType enumeration identifies Anonymous and Default user accounts for delegate access. This enumeration was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

public enum class DistinguishedUserType
public enum DistinguishedUserType
Public Enum DistinguishedUserType
Inheritance
DistinguishedUserType

Fields

Anonymous 1

Describes the default setting for delegate users who are added to the principal's mailbox.

Default 0

Describes the delegate access settings that anonymous users have on the principal's mailbox.

Remarks

This enumeration is used by the DistinguishedUser property of the UserIdType object.

Applies to