DistinguishedUserType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Default | 0 | Describes the delegate access settings that anonymous users have on the principal's mailbox. |
Anonymous | 1 | Describes the default setting for delegate users who are added to the principal's mailbox. |
Remarks
This enumeration is used by the DistinguishedUser property of the UserIdType object.