Freigeben über


IDTSSendMailTask-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a DTS Send Mail task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)

Syntax

'Declaration
Public Interface IDTSSendMailTask
'Usage
Dim instance As IDTSSendMailTask
public interface IDTSSendMailTask
public interface class IDTSSendMailTask
type IDTSSendMailTask =  interface end
public interface IDTSSendMailTask

Der IDTSSendMailTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CCLine Infrastruktur Gets or sets the e-mail addresses of the carbon copy recipients.
Öffentliche Eigenschaft FileAttachments Infrastruktur Gets or sets the names of the files attached to the e-mail message.
Öffentliche Eigenschaft FromLine Infrastruktur Gets or sets the e-mail address of the sender.
Öffentliche Eigenschaft MessageSource Infrastruktur Gets or sets the message body or the name of the source that contains the message body.
Öffentliche Eigenschaft MessageSourceType Infrastruktur Gets or sets the source type of the message body.
Öffentliche Eigenschaft Priority Infrastruktur Gets or sets the priority of the message.
Öffentliche Eigenschaft SmtpConnection Infrastruktur Gets or sets the name or IP address of the SMTP server.
Öffentliche Eigenschaft Subject Infrastruktur Gets or sets the subject of the e-mail message.
Öffentliche Eigenschaft ToLine Infrastruktur Gets or sets the e-mail addresses of the recipients.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.SendMailTask-Namespace