次の方法で共有


CalendarEventDetails.IsPrivate Property

The IsPrivate property gets or sets a Boolean value that indicates whether the calendar item is private.

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

Syntax

'Declaration
Public Property IsPrivate As Boolean
    Get
    Set
'Usage
Dim instance As CalendarEventDetails
Dim value As Boolean

value = instance.IsPrivate

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

Property Value

Type: System.Boolean
The IsPrivate property returns true if the calendar item is private; otherwise, the property returns false.

Remarks

If the IsPrivate property is set to true, no other properties in the CalendarEventDetails instance are set.