Interface IDTSSendMailTask
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents a DTS Send Mail task.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (em Microsoft.SqlServer.SendMailTask.dll)
Sintaxe
'Declaração
Public Interface IDTSSendMailTask
'Uso
Dim instance As IDTSSendMailTask
public interface IDTSSendMailTask
public interface class IDTSSendMailTask
type IDTSSendMailTask = interface end
public interface IDTSSendMailTask
O tipo IDTSSendMailTask expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
CCLine | Infraestrutura. Gets or sets the e-mail addresses of the carbon copy recipients. | |
FileAttachments | Infraestrutura. Gets or sets the names of the files attached to the e-mail message. | |
FromLine | Infraestrutura. Gets or sets the e-mail address of the sender. | |
MessageSource | Infraestrutura. Gets or sets the message body or the name of the source that contains the message body. | |
MessageSourceType | Infraestrutura. Gets or sets the source type of the message body. | |
Priority | Infraestrutura. Gets or sets the priority of the message. | |
SmtpConnection | Infraestrutura. Gets or sets the name or IP address of the SMTP server. | |
Subject | Infraestrutura. Gets or sets the subject of the e-mail message. | |
ToLine | Infraestrutura. Gets or sets the e-mail addresses of the recipients. |
Início