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