GetDelegateType.IncludePermissions Property
The IncludePermissions property gets or sets a Boolean value that specifies whether permission settings for delegates are included in the response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IncludePermissions As Boolean
Get
Set
'Usage
Dim instance As GetDelegateType
Dim value As Boolean
value = instance.IncludePermissions
instance.IncludePermissions = value
public bool IncludePermissions { get; set; }
Property Value
Type: System.Boolean
The IncludePermissions property returns a value of true if permission settings are included in the response; otherwise, the property returns false.