RuleOperationError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |