ContactsFolderType.SharingEffectiveRights Property

Definition

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.

Applies to