Priority

Sets the email message priority.

Values

This property can take one of the following values:

  • 0. Low priority.
  • 1. Normal priority.
  • 2. High priority.
Examples
Copy
var prHigh;
phHigh = 2;
eMail.Priority = prHigh;

Sets email message priority to high.