DistinguishedUserType Enumeration

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).

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Enumeration DistinguishedUserType
'Usage
Dim instance As DistinguishedUserType
[SerializableAttribute]
public enum DistinguishedUserType

Members

Member name Description
Default Describes the delegate access settings that anonymous users have on the principal's mailbox.
Anonymous 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.

See Also

Reference

Other Resources