Class RuleError
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents an error that occurred as a result of executing a rule operation.
public sealed class RuleError : ComplexProperty
- Inheritance
-
RuleError
- Inherited Members
Properties
ErrorCode
Gets the validation error code.
public RuleErrorCode ErrorCode { get; }
Property Value
ErrorMessage
Gets the error message.
public string ErrorMessage { get; }
Property Value
RuleProperty
Gets the property which failed validation.
public RuleProperty RuleProperty { get; }
Property Value
Value
Gets the value that failed validation.
public string Value { get; }