ReplyBody.Message Property
The Message property gets or sets the message text.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Message As String
Get
Set
'Usage
Dim instance As ReplyBody
Dim value As String
value = instance.Message
instance.Message = value
public string Message { get; set; }
Property Value
Type: System.String
The Message property returns the message text.