Folder.Permissions Property

Definition

Gets or sets a list of permissions for the folder.

public:
 property Microsoft::Exchange::WebServices::Data::FolderPermissionCollection ^ Permissions { Microsoft::Exchange::WebServices::Data::FolderPermissionCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.FolderPermissionCollection Permissions { get; }
Public ReadOnly Property Permissions As FolderPermissionCollection

Property Value

A collection that includes the list of permissions.

Remarks

When targeting Exchange Online, Exchange Online as part of Office 365, and on-premises versions of Exchange starting with Exchange 2013, folder permissions are not returned in the FirstClassProperties property set. In order to retrieve folder permissions, add the Permissions property to the property set when binding to the folder.

Applies to