ContactsFolderType.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 PermissionReadAccessType object that represents the permissions that the client has for the contact data that is being shared.
public:
property ExchangeWebServices::PermissionReadAccessType SharingEffectiveRights { ExchangeWebServices::PermissionReadAccessType get(); void set(ExchangeWebServices::PermissionReadAccessType value); };
public ExchangeWebServices.PermissionReadAccessType SharingEffectiveRights { get; set; }
Public Property SharingEffectiveRights As PermissionReadAccessType
Property Value
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.