Mailbox.IsResource property
Gets a value that indicates whether this mailbox represents a resource, such as a conference room.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsResource As Boolean
Get
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.IsResource
public bool IsResource { get; }
Property value
Type: System.Boolean
true if the mailbox represents a resource; otherwise, false.