ItemType.Culture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.