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