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
<XmlAttributeAttribute(Form:=XmlSchemaForm.Qualified, Namespace:="http://www.w3.org/XML/1998/namespace")> _
Public Property lang As String
[XmlAttributeAttribute(Form=XmlSchemaForm.Qualified, Namespace="http://www.w3.org/XML/1998/namespace")] 
public string lang { get; set; }
[XmlAttributeAttribute(Form=XmlSchemaForm::Qualified, Namespace=L"http://www.w3.org/XML/1998/namespace")] 
public:
property String^ lang {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_lang ()

/** @property */
public void set_lang (String value)
public function get lang () : String

public function set lang (value : String)

Property Value

The lang property returns a string that indicates the language used to create the message.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)