DelegatePermissionsType.ContactsFolderPermissionLevelSpecified Property
The ContactsFolderPermissionLevelSpecified property gets or sets a Boolean value that specifies whether the ContactsFolderPermissionLevel property is serialized into the SOAP message. This property is required if the ContactsFolderPermissionLevel property is specified.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ContactsFolderPermissionLevelSpecified As Boolean
Get
Set
'Usage
Dim instance As DelegatePermissionsType
Dim value As Boolean
value = instance.ContactsFolderPermissionLevelSpecified
instance.ContactsFolderPermissionLevelSpecified = value
public bool ContactsFolderPermissionLevelSpecified { get; set; }
Property Value
Type: System.Boolean
The DelegatePermissionsType property returns true if ContactsFolderPermissionLevel property is serialized into the SOAP message; otherwise, the property returns false.
See Also