SendMailTask::MessageSourceType Property

 

Gets or sets a value containing the source type of the message body.

Namespace:   Microsoft.SqlServer.Dts.Tasks.SendMailTask
Assembly:  Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)

public:
property SendMailMessageSourceType MessageSourceType {
	virtual SendMailMessageSourceType get() sealed;
	virtual void set(SendMailMessageSourceType value) sealed;
}

The following code sample creates, configures, and executes a new SendMailTask that uses the MessageSourceType property.

No code example is currently available or this language may not be supported.
Return to top
Show: