MailboxAssociationPresentationObject.ShouldEscalate property
Namespace: Microsoft.Exchange.Management.Tasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property ShouldEscalate As Boolean
Get
Set
'Usage
Dim instance As MailboxAssociationPresentationObject
Dim value As Boolean
value = instance.ShouldEscalate
instance.ShouldEscalate = value
public bool ShouldEscalate { get; set; }
Property value
Type: System.Boolean
See also
Reference
MailboxAssociationPresentationObject class