RuleOperationError 类

定义

表示处理规则操作时发生的错误。

public ref class RuleOperationError sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::RuleError ^>
public sealed class RuleOperationError : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.RuleError>
Public NotInheritable Class RuleOperationError
Inherits ComplexProperty
Implements IEnumerable(Of RuleError)
继承
RuleOperationError
实现

属性

Count

获取列表中的规则错误数。

Item[Int32]

获取指定索引处的规则错误。

Operation

获取导致错误的规则操作。

方法

GetEnumerator()

返回一个枚举器,使你能够循环访问集合中的 对象。

显式接口实现

IEnumerable.GetEnumerator()

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

适用于