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 命名空间