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
Public Property Culture As String
Get
Set
'Usage
Dim instance As ItemType
Dim value As String
value = instance.Culture
instance.Culture = value
public string Culture { get; set; }
Property Value
Type: System.String
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.
See Also