Partager via


Interface IDTSSendMailTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a DTS Send Mail task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly :  Microsoft.SqlServer.SendMailTask (en Microsoft.SqlServer.SendMailTask.dll)

Syntaxe

'Déclaration
Public Interface IDTSSendMailTask
'Utilisation
Dim instance As IDTSSendMailTask
public interface IDTSSendMailTask
public interface class IDTSSendMailTask
type IDTSSendMailTask =  interface end
public interface IDTSSendMailTask

Le type IDTSSendMailTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CCLine Infrastructure. Gets or sets the e-mail addresses of the carbon copy recipients.
Propriété publique FileAttachments Infrastructure. Gets or sets the names of the files attached to the e-mail message.
Propriété publique FromLine Infrastructure. Gets or sets the e-mail address of the sender.
Propriété publique MessageSource Infrastructure. Gets or sets the message body or the name of the source that contains the message body.
Propriété publique MessageSourceType Infrastructure. Gets or sets the source type of the message body.
Propriété publique Priority Infrastructure. Gets or sets the priority of the message.
Propriété publique SmtpConnection Infrastructure. Gets or sets the name or IP address of the SMTP server.
Propriété publique Subject Infrastructure. Gets or sets the subject of the e-mail message.
Propriété publique ToLine Infrastructure. Gets or sets the e-mail addresses of the recipients.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.SendMailTask