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 | |
---|---|---|
![]() |
CCLine | Infrastructure. Gets or sets the e-mail addresses of the carbon copy recipients. |
![]() |
FileAttachments | Infrastructure. Gets or sets the names of the files attached to the e-mail message. |
![]() |
FromLine | Infrastructure. Gets or sets the e-mail address of the sender. |
![]() |
MessageSource | Infrastructure. Gets or sets the message body or the name of the source that contains the message body. |
![]() |
MessageSourceType | Infrastructure. Gets or sets the source type of the message body. |
![]() |
Priority | Infrastructure. Gets or sets the priority of the message. |
![]() |
SmtpConnection | Infrastructure. Gets or sets the name or IP address of the SMTP server. |
![]() |
Subject | Infrastructure. Gets or sets the subject of the e-mail message. |
![]() |
ToLine | Infrastructure. Gets or sets the e-mail addresses of the recipients. |
Haut de la page