CalendarFolderType.SharingEffectiveRights Property
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.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SharingEffectiveRights As CalendarPermissionReadAccessType
Get
Set
'Usage
Dim instance As CalendarFolderType
Dim value As CalendarPermissionReadAccessType
value = instance.SharingEffectiveRights
instance.SharingEffectiveRights = value
public CalendarPermissionReadAccessType SharingEffectiveRights { get; set; }
Property Value
Type: ExchangeWebServices.CalendarPermissionReadAccessType
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.