UpdateInboxRulesException 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 exception that is thrown when an error occurs as a result of calling the UpdateInboxRules operation.
public ref class UpdateInboxRulesException sealed : Microsoft::Exchange::WebServices::Data::ServiceRemoteException
public sealed class UpdateInboxRulesException : Microsoft.Exchange.WebServices.Data.ServiceRemoteException
Public NotInheritable Class UpdateInboxRulesException
Inherits ServiceRemoteException
- Inheritance
Properties
ErrorCode |
Gets the service error code that is associated with the rule operation. |
ErrorMessage |
Gets the service error message that is associated with the rule operation. |
Errors |
Gets a collection of errors that detail the reasons the rule operation failed validation. |
ServiceResponse |
Gets the ServiceResponse for the exception. |