RuleError Class

Definition

Represents an error that occurred as a result of executing a rule operation.

public ref class RuleError sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class RuleError : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class RuleError
Inherits ComplexProperty
Inheritance

Remarks

This class represents an error for a rule that has failed rule validation.

Properties

ErrorCode

Gets the validation error code.

ErrorMessage

Gets the error message that is associated with the error.

RuleProperty

Gets the property that failed validation.

Value

Gets the value of the property that failed validation.

Applies to