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 language
public language MailboxCulture { get; set; }
public:
property language^ MailboxCulture {
language^ get ();
void set (language^ value);
}
/** @property */
public language get_MailboxCulture ()
/** @property */
public void set_MailboxCulture (language value)
public function get MailboxCulture () : language
public function set MailboxCulture (value : language)
Property Value
The MailboxCulture property returns a language object that describes the language that is used in the Exchange Web Services operations.
Remarks
The possible values that are contained in the language object are specified in RFC 3066. This property is serialized into the SOAP header when it is sent to the Exchange server.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)
See Also
Reference
ExchangeServiceBinding Class
ExchangeServiceBinding Members
ExchangeWebServices Namespace