共用方式為


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.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.SendMailTask 命名空間