Partilhar via


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
Propriedade pública CCLine Infraestrutura. Gets or sets the e-mail addresses of the carbon copy recipients.
Propriedade pública FileAttachments Infraestrutura. Gets or sets the names of the files attached to the e-mail message.
Propriedade pública FromLine Infraestrutura. Gets or sets the e-mail address of the sender.
Propriedade pública MessageSource Infraestrutura. Gets or sets the message body or the name of the source that contains the message body.
Propriedade pública MessageSourceType Infraestrutura. Gets or sets the source type of the message body.
Propriedade pública Priority Infraestrutura. Gets or sets the priority of the message.
Propriedade pública SmtpConnection Infraestrutura. Gets or sets the name or IP address of the SMTP server.
Propriedade pública Subject Infraestrutura. Gets or sets the subject of the e-mail message.
Propriedade pública ToLine Infraestrutura. Gets or sets the e-mail addresses of the recipients.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.SendMailTask