ExchangeServiceBinding.MailboxCulture 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 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.