Microsoft.SqlServer.SendMailTask
The namespace contains the class, which enables a package to send e-mail messages.
Specifies the priority of the message contained in the SendMail task.
A high priority message.
A low priority message.
A normal priority message.
Specifies the type of the property, which contains or points to the body of the e-mail message.
Specifies that the message source is contained as text in the property.
Specifies that the message source is contained in the file named in the property.
Specifies that the message source is contained in the variable named in the property.
Sends an e-mail message. This class cannot be inherited.
Initializes a new instance of the class.
Passes a to the Send Mail task. This method is called by the runtime and is not used in code.
The breakpoint manager specific for this task.
Executes the Send Mail task.
One of the values.
A collection of connections used by the task.
A object for locking variables.
An interface to raise events.
An interface.
The transaction to which the container belongs. The SSIS Runtime provides the transaction for the container, based on the property. This value can be null.
Initializes the properties associated with the task. This method is called by the runtime and is not used in code.
A collection of connections used by the task.
A object for locking variables.
An object implementing the interface.
An object implementing the interface.
A collection containing events to be raised during execution of the task.
A collection of log entries.
An object reference tracker.
This method is not callable by your application code. To load a package saved as .xml, use the method.
The node containing the task metadata to be loaded.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.
This method is not callable by your application code. To save a package as .xml, use the method.
The XML document to save the information to.
An object that implements the interface for raising events (errors, warnings, and so on) during persistence.
Indicates that the executable needs to suspend. This method is called by the runtime engine.
Verifies that the task is properly configured.
A value from the enumeration.
A collection of connections used by the task.
A object for locking variables.
An object implementing the interface.
An object implementing the interface.
Gets or sets the e-mail addresses of the blind carbon copy recipients, delimited by semicolons when there is more than one.
A String containing the e-mail addresses of the blind carbon copy recipients.
Gets or sets the e-mail addresses of the carbon copy recipients, delimited by semicolons when there is more than one.
A String containing the e-mail addresses of the carbon copy recipients.
Gets or sets a Boolean indicating whether the object is in debug mode, and whether it should raise the event while running.
A Boolean indicating whether the package is in debug mode. A value of true indicates that the object is in debug mode, and raises the event.
Gets or sets the names of the files attached to the e-mail message, delimited by the pipe character (|) when there is more than one file.
A String containing the names of the files attached to the e-mail message.
Gets or sets the e-mail address of the sender.
A String containing the e-mail address of the sender.
Gets or sets the message body or the name of the source that contains the message body.
A String containing the message text or the name of the source that contains the message.
Gets or sets a value containing the source type of the message body.
One of the values.
Gets or sets the priority of the message.
One of the values.
Gets or sets the name or IP address of the Simple Mail Transfer Protocol (SMTP) server.
A String containing the name or IP address of the Simple Mail Transfer Protocol (SMTP) server.
Gets or sets the subject of the e-mail message.
A String containing the subject of the e-mail message.
Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.
true if the task suspends when it encounters a breakpoint.
Gets or sets the e-mail addresses of the recipients, delimited by semicolons if there is more than one recipient.
A String containing the e-mail addresses of the recipients.