SendMailTask::Priority Property

 

Gets or sets the priority of the message.

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

public:
property MailPriority Priority {
	virtual MailPriority get() sealed;
	virtual void set(MailPriority value) sealed;
}

The following code sample creates, configures, and executes a new SendMailTask that uses the Priority property.

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