FolderPermissionCollection 类

定义

表示文件夹权限的集合。

public ref class FolderPermissionCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexPropertyCollection<Microsoft::Exchange::WebServices::Data::FolderPermission ^>
public sealed class FolderPermissionCollection : Microsoft.Exchange.WebServices.Data.ComplexPropertyCollection<Microsoft.Exchange.WebServices.Data.FolderPermission>
Public NotInheritable Class FolderPermissionCollection
Inherits ComplexPropertyCollection(Of FolderPermission)
继承

注解

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

属性

Count

获取集合中属性的总数。

(继承自 ComplexPropertyCollection<TComplexProperty>)
Item[Int32]

获取指定索引处的属性。

(继承自 ComplexPropertyCollection<TComplexProperty>)
UnknownEntries

获取集合中未知用户 ID 的列表。

方法

Add(FolderPermission)

向集合添加权限。

AddRange(IEnumerable<FolderPermission>)

将指定权限添加到集合。

Clear()

清除此集合。

Contains(TComplexProperty)

确定特定属性是否在集合中。

(继承自 ComplexPropertyCollection<TComplexProperty>)
GetEnumerator()

获取循环访问集合元素的枚举器。

(继承自 ComplexPropertyCollection<TComplexProperty>)
IndexOf(TComplexProperty)

搜索特定属性并在集合中返回其从零开始的索引。

(继承自 ComplexPropertyCollection<TComplexProperty>)
Remove(FolderPermission)

从集合中删除权限。

RemoveAt(Int32)

从集合中删除权限。

显式接口实现

IEnumerable.GetEnumerator()

获取循环访问集合元素的枚举器。 方法IEnumerable.GetEnumerator()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

(继承自 ComplexPropertyCollection<TComplexProperty>)

适用于