EmailUserEntityCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 对象的集合 EmailUserEntity 。 类EmailUserEntityCollection适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。
public ref class EmailUserEntityCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexPropertyCollection<Microsoft::Exchange::WebServices::Data::EmailUserEntity ^>
public sealed class EmailUserEntityCollection : Microsoft.Exchange.WebServices.Data.ComplexPropertyCollection<Microsoft.Exchange.WebServices.Data.EmailUserEntity>
Public NotInheritable Class EmailUserEntityCollection
Inherits ComplexPropertyCollection(Of EmailUserEntity)
- 继承
属性
Count |
获取集合中属性的总数。 (继承自 ComplexPropertyCollection<TComplexProperty>) |
Item[Int32] |
获取指定索引处的属性。 (继承自 ComplexPropertyCollection<TComplexProperty>) |
方法
Contains(TComplexProperty) |
确定特定属性是否在集合中。 (继承自 ComplexPropertyCollection<TComplexProperty>) |
GetEnumerator() |
获取循环访问集合元素的枚举器。 (继承自 ComplexPropertyCollection<TComplexProperty>) |
IndexOf(TComplexProperty) |
搜索特定属性并在集合中返回其从零开始的索引。 (继承自 ComplexPropertyCollection<TComplexProperty>) |
显式接口实现
IEnumerable.GetEnumerator() |
获取循环访问集合元素的枚举器。 方法IEnumerable.GetEnumerator()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。 (继承自 ComplexPropertyCollection<TComplexProperty>) |