UpdateInboxRulesException.Errors Property
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.
Gets a collection of errors that detail the reasons the rule operation failed validation.
public:
property Microsoft::Exchange::WebServices::Data::RuleOperationErrorCollection ^ Errors { Microsoft::Exchange::WebServices::Data::RuleOperationErrorCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.RuleOperationErrorCollection Errors { get; }
Public ReadOnly Property Errors As RuleOperationErrorCollection
Property Value
A collection of error objects on the rule operation that failed validation.