RuleCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示规则的集合。
public ref class RuleCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::Rule ^>
public sealed class RuleCollection : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.Rule>
Public NotInheritable Class RuleCollection
Inherits ComplexProperty
Implements IEnumerable(Of Rule)
- 继承
- 实现
属性
Count |
获取规则集合中的规则数。 |
Item[Int32] |
获取集合中指定索引处的规则。 |
OutlookRuleBlobExists |
获取一个值,该值指示用户邮箱中是否存在 Microsoft Outlook 规则 Blob。 |
方法
GetEnumerator() |
返回一个枚举器,使你能够循环访问集合中的 对象。 |
显式接口实现
IEnumerable.GetEnumerator() |
获取一个枚举器,用于循环访问集合的元素。 方法IEnumerable.GetEnumerator()适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。 |