NameSpace.ExchangeMailboxServerName Property

Outlook Developer Reference

Returns a String value that represents the name of the Exchange server on which the active mailbox is hosted. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ExchangeMailboxServerName

expression   An expression that returns a NameSpace object.

Remarks

If an Exchange mailbox is not present in the namespace, this property returns an empty string.

See Also