_NameSpace.ExchangeMailboxServerName Property

Definition

Returns a String (string in C#) value that represents the name of the Exchange server on which the active mailbox is hosted. Read-only.

public:
 property System::String ^ ExchangeMailboxServerName { System::String ^ get(); };
public string ExchangeMailboxServerName { get; }
Public ReadOnly Property ExchangeMailboxServerName As String

Property Value

Remarks

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

Applies to