ContactsFolderType.SharingEffectiveRights Property
The SharingEffectiveRights property gets or sets a PermissionReadAccessType object that represents the permissions that the client has for the contact data that is being shared.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property SharingEffectiveRights As PermissionReadAccessType
Get
Set
'Usage
Dim instance As ContactsFolderType
Dim value As PermissionReadAccessType
value = instance.SharingEffectiveRights
instance.SharingEffectiveRights = value
public PermissionReadAccessType SharingEffectiveRights { get; set; }
Property Value
Type: ExchangeWebServices.PermissionReadAccessType
The value of the SharingEffectiveRights property is a PermissionReadAccessType object.
Remarks
You must set the SharingEffectiveRightsSpecified property to true so that the SharingEffectiveRights property is serialized into the SOAP request.