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