RuleOperationError Class

Definition

Represents an error that occurred while processing a rule operation.

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)
Inheritance
RuleOperationError
Implements

Properties

Count

Gets the number of rule errors in the list.

Item[Int32]

Gets the rule error at the specified index.

Operation

Gets the rule operation that resulted in the error.

Methods

GetEnumerator()

Returns an enumerator that enables you to iterate through the objects in the collection.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets an enumerator that iterates through the elements of the collection. The IEnumerable.GetEnumerator() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to