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
Public Property DowngradeHighPriorityMessagesEnabled As Boolean
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As Boolean

value = instance.DowngradeHighPriorityMessagesEnabled

instance.DowngradeHighPriorityMessagesEnabled = value
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.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace