DelegateUserResponseMessageType.DelegateUser Property
The DelegateUser property gets or sets the single delegate that is returned by a delegate management operation.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DelegateUser As DelegateUserType
Get
Set
'Usage
Dim instance As DelegateUserResponseMessageType
Dim value As DelegateUserType
value = instance.DelegateUser
instance.DelegateUser = value
public DelegateUserType DelegateUser { get; set; }
Property Value
Type: ExchangeWebServices.DelegateUserType
The DelegateUser property returns a DelegateUserType object that contains information about the single delegate that is returned by a delegate management operation.
See Also