CalendarFolderType.SharingEffectiveRights Property

Definition

The SharingEffectiveRights property gets or sets a CalendarPermissionReadAccessType object that represents the permissions that the client has for the calendar data that is being shared.

public:
 property ExchangeWebServices::CalendarPermissionReadAccessType SharingEffectiveRights { ExchangeWebServices::CalendarPermissionReadAccessType get(); void set(ExchangeWebServices::CalendarPermissionReadAccessType value); };
public ExchangeWebServices.CalendarPermissionReadAccessType SharingEffectiveRights { get; set; }
Public Property SharingEffectiveRights As CalendarPermissionReadAccessType

Property Value

The value of the SharingEffectiveRights property is a CalendarPermissionReadAccessType object.

Remarks

You must set the SharingEffectiveRightsSpecified property to true so that the SharingEffectiveRights property is serialized into the SOAP request.

Applies to