Share via


Mailbox.DowngradeHighPriorityMessagesEnabled Property

Gets or sets a value that indicates whether high-priority messages sent to an X.400 mail system are changed to normal priority.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property DowngradeHighPriorityMessagesEnabled As Boolean
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As Boolean

value = instance.DowngradeHighPriorityMessagesEnabled

instance.DowngradeHighPriorityMessagesEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool DowngradeHighPriorityMessagesEnabled { get; set; }

Property Value

Type: System.Boolean
true to change high priority messages to normal priority messages when sending to an X.400 mail system; otherwise, false.