ExchangeServiceBinding.MailboxCulture Property

Definition

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

public:
 property ExchangeWebServices::MailboxCultureType ^ MailboxCulture { ExchangeWebServices::MailboxCultureType ^ get(); void set(ExchangeWebServices::MailboxCultureType ^ value); };
public ExchangeWebServices.MailboxCultureType MailboxCulture { get; set; }
Public Property MailboxCulture As MailboxCultureType

Property Value

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.

Applies to