EmailMessage.Importance Property
When overridden in a derived class, the Importance property gets or sets a value that indicates the importance of the message.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Property Importance As Importance
Get
Set
'Usage
Dim instance As EmailMessage
Dim value As Importance
value = instance.Importance
instance.Importance = value
public Importance Importance { get; set; }