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
public Importance Importance { get; set; }
public:
property Importance Importance {
    Importance get ();
    void set (Importance value);
}
/** @property */
public Importance get_Importance ()

/** @property */
public void set_Importance (Importance value)
public function get Importance () : Importance

public function set Importance (value : Importance)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003