DelegateUserType.ViewPrivateItems Property

Definition

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.

public:
 property bool ViewPrivateItems { bool get(); void set(bool value); };
public bool ViewPrivateItems { get; set; }
Public Property ViewPrivateItems As Boolean

Property Value

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.

Applies to