Table of Contents

Class RuleOperationError

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents an error that occurred while processing a rule operation.

public sealed class RuleOperationError : ComplexProperty, IEnumerable<RuleError>, IEnumerable
Inheritance
RuleOperationError
Implements
Inherited Members

Properties

Count

Gets the number of rule errors in the list.

public int Count { get; }

Property Value

int

this[int]

Gets the rule error at the specified index.

public RuleError this[int index] { get; }

Parameters

index int

The index of the rule error to get.

Property Value

RuleError

The rule error at the specified index.

Operation

Gets the operation that resulted in an error.

public RuleOperation Operation { get; }

Property Value

RuleOperation

Methods

GetEnumerator()

Gets an enumerator that iterates through the elements of the collection.

public IEnumerator<RuleError> GetEnumerator()

Returns

IEnumerator<RuleError>

An IEnumerator for the collection.