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