IDTSSendMailTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a DTS Send Mail task.
public interface class IDTSSendMailTask
public interface IDTSSendMailTask
type IDTSSendMailTask = interface
Public Interface IDTSSendMailTask
- Derived
Properties
CCLine |
Gets or sets the e-mail addresses of the carbon copy recipients. |
FileAttachments |
Gets or sets the names of the files attached to the e-mail message. |
FromLine |
Gets or sets the e-mail address of the sender. |
MessageSource |
Gets or sets the message body or the name of the source that contains the message body. |
MessageSourceType |
Gets or sets the source type of the message body. |
Priority |
Gets or sets the priority of the message. |
SmtpConnection |
Gets or sets the name or IP address of the SMTP server. |
Subject |
Gets or sets the subject of the e-mail message. |
ToLine |
Gets or sets the e-mail addresses of the recipients. |