MailPriority Enumeration

 

Specifies the priority of the message contained in the SendMail task.

Namespace:   Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)

public enum class MailPriority

Member nameDescription
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.

No code example is currently available or this language may not be supported.
Return to top
Show: