ItemType.Culture Property

Definition

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

public:
 property System::String ^ Culture { System::String ^ get(); void set(System::String ^ value); };
public string Culture { get; set; }
Public Property Culture As 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.

Applies to