SendMailTask::MessageSourceType Property
Gets or sets a value containing the source type of the message body.
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
public: property SendMailMessageSourceType MessageSourceType { virtual SendMailMessageSourceType get() sealed; virtual void set(SendMailMessageSourceType value) sealed; }
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.SendMailTask::SendMailMessageSourceTypeOne of the SendMailMessageSourceType values.
Implements
IDTSSendMailTask::MessageSourceTypeThe following code sample creates, configures, and executes a new SendMailTask that uses the MessageSourceType property.
Show: