SendMailTask Constructor ()
Initializes a new instance of the SendMailTask class.
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
The code sample shows how to call the task constructor. However, in most cases, you will be creating the task as a member of a package. For more information on casting the task, see the remarks in Add.
The properties and methods of the SendMailTask are available using the TaskHost variable, th.
The following code sample creates a new SendMailTask by using the constructor.
Show: