UserIdType.DistinguishedUser Property
The DistinguishedUser property gets or sets a value that identifies the Anonymouse and Default user accounts for delegate access.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DistinguishedUser As DistinguishedUserType
Get
Set
'Usage
Dim instance As UserIdType
Dim value As DistinguishedUserType
value = instance.DistinguishedUser
instance.DistinguishedUser = value
public DistinguishedUserType DistinguishedUser { get; set; }
Property Value
Type: ExchangeWebServices.DistinguishedUserType
The DistinguishedUser property returns one of the DistinguishedUserType enumeration values.
See Also