ItemType.Culture Property

The Culture property gets or sets the culture for a given item in a mailbox.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
<XmlElementAttribute(DataType:="language")> _
Public Property Culture As String
[XmlElementAttribute(DataType="language")] 
public string Culture { get; set; }
[XmlElementAttribute(DataType=L"language")] 
public:
property String^ Culture {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Culture ()

/** @property */
public void set_Culture (String value)
public function get Culture () : String

public function set Culture (value : String)

Property Value

The Culture property returns a string that contains the value for the culture for a given item in a mailbox.

Remarks

The string value indicates the language that is used in the Exchange Web Services operations. Culture is specified by using the RFC 1766 culture identifier; for example, en-US.

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)