IDTSSendMailTask.MessageSourceType Property

Definition

Gets or sets the source type of the message body.

public:
 property Microsoft::SqlServer::Dts::Tasks::SendMailTask::SendMailMessageSourceType MessageSourceType { Microsoft::SqlServer::Dts::Tasks::SendMailTask::SendMailMessageSourceType get(); void set(Microsoft::SqlServer::Dts::Tasks::SendMailTask::SendMailMessageSourceType value); };
public Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType MessageSourceType { get; set; }
member this.MessageSourceType : Microsoft.SqlServer.Dts.Tasks.SendMailTask.SendMailMessageSourceType with get, set
Public Property MessageSourceType As SendMailMessageSourceType

Property Value

The source type of the message body.

Applies to