Share via


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

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace