ResponseMessageType.MessageText Property
The MessageText property gets a text description of the status of a response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MessageText As String
Get
Set
'Usage
Dim instance As ResponseMessageType
Dim value As String
value = instance.MessageText
instance.MessageText = value
public string MessageText { get; set; }
Property Value
Type: System.String
The MessageText property returns a string that includes a text description of the response status.
Remarks
The MessageText property is not required and is not included in all responses. This property is included when error messages are returned.
See Also