MailPriority Enumeration
Specifies the priority of the message contained in the SendMail task.
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
| Member name | Description | |
|---|---|---|
| High | A high priority message. | |
| Low | A low priority message. | |
| Normal | A normal priority message. |
The following code sample creates a new SendMailTask that uses the MailPriority enumeration.
Show: