IDTSSendMailTask.MessageSourceType Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the source type of the message body.
Namespace: Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
Syntax
'Declaration
Property MessageSourceType As SendMailMessageSourceType
Get
Set
'Usage
Dim instance As IDTSSendMailTask
Dim value As SendMailMessageSourceType
value = instance.MessageSourceType
instance.MessageSourceType = value
SendMailMessageSourceType MessageSourceType { get; set; }
property SendMailMessageSourceType MessageSourceType {
SendMailMessageSourceType get ();
void set (SendMailMessageSourceType value);
}
abstract MessageSourceType : SendMailMessageSourceType with get, set
function get MessageSourceType () : SendMailMessageSourceType
function set MessageSourceType (value : SendMailMessageSourceType)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType
The source type of the message body.