Table of Contents

Class UpdateInboxRulesException

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

Represents an exception thrown when an error occurs as a result of calling the UpdateInboxRules operation.

public sealed class UpdateInboxRulesException : ServiceRemoteException, ISerializable
Inheritance
UpdateInboxRulesException
Implements
Inherited Members

Properties

ErrorCode

Gets the rule operation error code.

public ServiceError ErrorCode { get; }

Property Value

ServiceError

ErrorMessage

Gets the rule operation error message.

public string ErrorMessage { get; }

Property Value

string

Errors

Gets the rule operation error collection.

public RuleOperationErrorCollection Errors { get; }

Property Value

RuleOperationErrorCollection

ServiceResponse

Gets the ServiceResponse for the exception.

public ServiceResponse ServiceResponse { get; }

Property Value

ServiceResponse