Поделиться через


DelegateUserType.ViewPrivateItems Property

The ViewPrivateItems property gets or sets a Boolean value that indicates whether the delegate has permission to view private calendar items on the principal's calendar.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ViewPrivateItems As Boolean
    Get
    Set
'Usage
Dim instance As DelegateUserType
Dim value As Boolean

value = instance.ViewPrivateItems

instance.ViewPrivateItems = value
public bool ViewPrivateItems { get; set; }

Property Value

Type: System.Boolean
The ViewPrivateItems property returns true if the delegate has permission to view private calendar items on the principal's calendar; otherwise, the property returns false.