CalendarPermissionSetType.CalendarPermissions Property

Definition

The CalendarPermissions property gets or sets the calendar permissions for a folder.

public:
 property cli::array <ExchangeWebServices::CalendarPermissionType ^> ^ CalendarPermissions { cli::array <ExchangeWebServices::CalendarPermissionType ^> ^ get(); void set(cli::array <ExchangeWebServices::CalendarPermissionType ^> ^ value); };
public ExchangeWebServices.CalendarPermissionType[] CalendarPermissions { get; set; }
Public Property CalendarPermissions As CalendarPermissionType()

Property Value

The CalendarPermissions property returns an array of CalendarPermissionType objects that contain the calendar permissions for a folder.

Applies to