Condividi tramite


Interfaccia IDTSSendMailTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a DTS Send Mail task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)

Sintassi

'Dichiarazione
Public Interface IDTSSendMailTask
'Utilizzo
Dim instance As IDTSSendMailTask
public interface IDTSSendMailTask
public interface class IDTSSendMailTask
type IDTSSendMailTask =  interface end
public interface IDTSSendMailTask

Nel tipo IDTSSendMailTask sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica CCLine Infrastruttura. Gets or sets the e-mail addresses of the carbon copy recipients.
Proprietà pubblica FileAttachments Infrastruttura. Gets or sets the names of the files attached to the e-mail message.
Proprietà pubblica FromLine Infrastruttura. Gets or sets the e-mail address of the sender.
Proprietà pubblica MessageSource Infrastruttura. Gets or sets the message body or the name of the source that contains the message body.
Proprietà pubblica MessageSourceType Infrastruttura. Gets or sets the source type of the message body.
Proprietà pubblica Priority Infrastruttura. Gets or sets the priority of the message.
Proprietà pubblica SmtpConnection Infrastruttura. Gets or sets the name or IP address of the SMTP server.
Proprietà pubblica Subject Infrastruttura. Gets or sets the subject of the e-mail message.
Proprietà pubblica ToLine Infrastruttura. Gets or sets the e-mail addresses of the recipients.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.SendMailTask