Mailbox.IsShared Property
Gets a value that indicates whether this mailbox is shared by more than one user.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsShared As Boolean
Get
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.IsShared
public bool IsShared { get; }
Property Value
Type: System.Boolean
true if the mailbox is shared by more than one user; otherwise, false.
See Also