Mailbox.LinkedMasterAccount property

Gets the master account for the linked mailbox.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property LinkedMasterAccount As String
    Get
'Usage
Dim instance As Mailbox
Dim value As String

value = instance.LinkedMasterAccount
public string LinkedMasterAccount { get; }

Property value

Type: System.String
The master account that grants access to the mailbox.

Remarks

The LinkedMasterAccount property specifies the master account in the forest where the user account resides, if this mailbox is a linked mailbox. The master account is the account to which the mailbox links. The master account grants access to the mailbox.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace