_Account.ExchangeMailboxServerName 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.
Returns a String (string in C#) value that represents the name of the Microsoft Exchange Server that hosts the account mailbox. Read-only.
public:
property System::String ^ ExchangeMailboxServerName { System::String ^ get(); };
public string ExchangeMailboxServerName { get; }
Public ReadOnly Property ExchangeMailboxServerName As String
Property Value
Remarks
This property is similar to the ExchangeMailboxServerName property of the NameSpace object, except that this property applies to the Exchange Server that hosts the account mailbox, and not necessarily to the primary Exchange account.
If an Exchange mailbox is not associated with this account, this property returns an empty string.