Share via


IDTSSendMailTask Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Represents a DTS Send Mail task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)

Syntax

'Declaration
Public Interface IDTSSendMailTask
'Usage
Dim instance As IDTSSendMailTask
public interface IDTSSendMailTask
public interface class IDTSSendMailTask
type IDTSSendMailTask =  interface end
public interface IDTSSendMailTask

The IDTSSendMailTask type exposes the following members.

Properties

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

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.SendMailTask Namespace