Mailbox.IsLinked property
Gets a value that indicates whether a mailbox is linked.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsLinked As Boolean
Get
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.IsLinked
public bool IsLinked { get; }
Property value
Type: System.Boolean
true if the mailbox is linked; otherwise, false.
Remarks
If the IsLinked property is set to true, the LinkedMasterAccount property will be set to the master account in the Active Directory forest where this mailbox resides.