IDTSSendMailTask 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents a DTS Send Mail task.
命名空間: Microsoft.SqlServer.Dts.Tasks.SendMailTask
組件: Microsoft.SqlServer.SendMailTask (在 Microsoft.SqlServer.SendMailTask.dll 中)
語法
'宣告
Public Interface IDTSSendMailTask
'用途
Dim instance As IDTSSendMailTask
public interface IDTSSendMailTask
public interface class IDTSSendMailTask
type IDTSSendMailTask = interface end
public interface IDTSSendMailTask
IDTSSendMailTask 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
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. |
上層