ExchangeService.PreferredCulture property

Gets or sets the preferred culture for messages that are returned by Exchange Web Services (EWS).

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public Property PreferredCulture As CultureInfo
	Get
	Set
'Usage
Dim instance As ExchangeService
Dim value As CultureInfo

value = instance.PreferredCulture

instance.PreferredCulture = value

Property value

Type: System.Globalization.CultureInfo
The preferred culture for messages.
Show: