Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.