IDTSSendMailTask Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a DTS Send Mail task.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Syntax
'Declaration
Public Interface IDTSSendMailTask
'Usage
Dim instance As IDTSSendMailTask
public interface IDTSSendMailTask
public interface class IDTSSendMailTask
type IDTSSendMailTask = interface end
public interface IDTSSendMailTask
The IDTSSendMailTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
CCLine | Infrastructure. Gets or sets the e-mail addresses of the carbon copy recipients. | |
FileAttachments | Infrastructure. Gets or sets the names of the files attached to the e-mail message. | |
FromLine | Infrastructure. Gets or sets the e-mail address of the sender. | |
MessageSource | Infrastructure. Gets or sets the message body or the name of the source that contains the message body. | |
MessageSourceType | Infrastructure. Gets or sets the source type of the message body. | |
Priority | Infrastructure. Gets or sets the priority of the message. | |
SmtpConnection | Infrastructure. Gets or sets the name or IP address of the SMTP server. | |
Subject | Infrastructure. Gets or sets the subject of the e-mail message. | |
ToLine | Infrastructure. Gets or sets the e-mail addresses of the recipients. |
Top