ServiceResponse.ErrorMessage 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 detailed error message associated with the response.
public:
property System::String ^ ErrorMessage { System::String ^ get(); };
public string ErrorMessage { get; }
Public ReadOnly Property ErrorMessage As String
Property Value
A string value containing an error message.
Remarks
If Result is set to Success, ErrorMessage returns null. ErrorMessage is localized according to the PreferredCulture property of the ExchangeService object that was used to call the method that generated the response.