BasePermissionType.IsFolderContact Property
The IsFolderContact property gets or sets a Boolean value that specifies whether a user is a contact for a folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property IsFolderContact As Boolean
Get
Set
'Usage
Dim instance As BasePermissionType
Dim value As Boolean
value = instance.IsFolderContact
instance.IsFolderContact = value
public bool IsFolderContact { get; set; }
Property Value
Type: System.Boolean
The IsFolderContact property returns true if the user is a contact for a folder; otherwise, the property returns false.
See Also