ExchangeServiceBinding.MailboxCulture Property

The MailboxCulture property gets or sets the mailbox culture that is used when a mailbox is opened.

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

Syntax

'Declaration
Public Property MailboxCulture As MailboxCultureType
    Get
    Set
'Usage
Dim instance As ExchangeServiceBinding
Dim value As MailboxCultureType

value = instance.MailboxCulture

instance.MailboxCulture = value
public MailboxCultureType MailboxCulture { get; set; }

Property Value

Type: ExchangeWebServices.MailboxCultureType
The MailboxCulture property returns a MailboxCultureType object that describes the language that is used in the Exchange Web Services operations.

Remarks

The possible values that are contained in the MailboxCultureType object are specified in RFC 3066. This property is serialized into the SOAP header when it is sent to the Exchange server.