DeliverableMailItem.DeliveryPriority property

The DeliveryPriority property gets the order or speed at which the message should be sent by the messaging system.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property DeliveryPriority As DeliveryPriority
    Get
'Usage
Dim instance As DeliverableMailItem
Dim value As DeliveryPriority

value = instance.DeliveryPriority
public abstract DeliveryPriority DeliveryPriority { get; }

Property value

Type: Microsoft.Exchange.Data.Transport.DeliveryPriority
One of the DeliveryPriority enumeration values indicating the priority for the mail item.

See also

Reference

DeliverableMailItem class

DeliverableMailItem members

Microsoft.Exchange.Data.Transport namespace