CalendarFolderType.SharingEffectiveRights Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.