Del via


IDTSSendMailTask Interface

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

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.
Public property FileAttachments Infrastructure.
Public property FromLine Infrastructure.
Public property MessageSource Infrastructure.
Public property MessageSourceType Infrastructure.
Public property Priority Infrastructure.
Public property SmtpConnection Infrastructure.
Public property Subject Infrastructure.
Public property ToLine Infrastructure.

Top