Share via


EmailMessage.Priority property

When overridden in a derived class, the Priority property gets or sets one of the Priority values that indicates the priority of the message.

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

Syntax

'Declaration
Public Property Priority As Priority
    Get
    Set
'Usage
Dim instance As EmailMessage
Dim value As Priority

value = instance.Priority

instance.Priority = value
public Priority Priority { get; set; }

Property value

Type: Microsoft.Exchange.Data.Transport.Email.Priority

See also

Reference

EmailMessage class

EmailMessage members

Microsoft.Exchange.Data.Transport.Email namespace