IDTSSendMailTask Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a DTS Send Mail task.
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
| Name | Description | |
|---|---|---|
![]() | CCLine | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the e-mail addresses of the carbon copy recipients. |
![]() | FileAttachments | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the names of the files attached to the e-mail message. |
![]() | FromLine | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the e-mail address of the sender. |
![]() | MessageSource | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the message body or the name of the source that contains the message body. |
![]() | MessageSourceType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the source type of the message body. |
![]() | Priority | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the priority of the message. |
![]() | SmtpConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name or IP address of the SMTP server. |
![]() | Subject | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the subject of the e-mail message. |
![]() | ToLine | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the e-mail addresses of the recipients. |
