Mailbox.IsInactiveMailbox property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property IsInactiveMailbox As Boolean
Get
Set
'Usage
Dim instance As Mailbox
Dim value As Boolean
value = instance.IsInactiveMailbox
instance.IsInactiveMailbox = value
public bool IsInactiveMailbox { get; set; }
Property value
Type: System.Boolean