Folder.Permissions 属性

定义

获取或设置文件夹的权限列表。

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

属性值

包含权限列表的集合。

注解

当面向Exchange Online、Exchange Online作为Office 365的一部分以及从 Exchange 2013 开始的本地 Exchange 版本时,属性集中不会返回FirstClassProperties文件夹权限。 若要检索文件夹权限,请在 Permissions 绑定到文件夹时将 属性添加到属性集。

适用于