DelegateUserType.DelegatePermissions Property
The DelegatePermissions property gets or sets the permission-level settings for the delegate.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DelegatePermissions As DelegatePermissionsType
Get
Set
'Usage
Dim instance As DelegateUserType
Dim value As DelegatePermissionsType
value = instance.DelegatePermissions
instance.DelegatePermissions = value
public DelegatePermissionsType DelegatePermissions { get; set; }
Property Value
Type: ExchangeWebServices.DelegatePermissionsType
The DelegatePermissions property returns one of the DelegatePermissionsType enumeration values that indicate the permissions for the delegate.
See Also