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 | |
---|---|---|
![]() |
CCLine | Infrastructure. |
![]() |
FileAttachments | Infrastructure. |
![]() |
FromLine | Infrastructure. |
![]() |
MessageSource | Infrastructure. |
![]() |
MessageSourceType | Infrastructure. |
![]() |
Priority | Infrastructure. |
![]() |
SmtpConnection | Infrastructure. |
![]() |
Subject | Infrastructure. |
![]() |
ToLine | Infrastructure. |
Top