SendMailTask Properties

 

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

NameDescription
System_CAPS_pubpropertyBCCLine

Gets or sets the e-mail addresses of the blind carbon copy recipients, delimited by semicolons when there is more than one.

System_CAPS_pubpropertyCCLine

Gets or sets the e-mail addresses of the carbon copy recipients, delimited by semicolons when there is more than one.

System_CAPS_pubpropertyDebugMode

Gets or sets a Boolean indicating whether the object is in debug mode, and whether it should raise the OnBreakpointHit event while running.

System_CAPS_pubpropertyExecutionValue

Returns a user-defined object. This field is read-only. (Inherited from Task.)

System_CAPS_pubpropertyFileAttachments

Gets or sets the names of the files attached to the e-mail message, delimited by the pipe character (|) when there is more than one file.

System_CAPS_pubpropertyFromLine

Gets or sets the e-mail address of the sender.

System_CAPS_pubpropertyMessageSource

Gets or sets the message body or the name of the source that contains the message body.

System_CAPS_pubpropertyMessageSourceType

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

System_CAPS_pubpropertyPriority

Gets or sets the priority of the message.

System_CAPS_pubpropertySmtpConnection

Gets or sets the name or IP address of the Simple Mail Transfer Protocol (SMTP) server.

System_CAPS_pubpropertySubject

Gets or sets the subject of the e-mail message.

System_CAPS_pubpropertySuspendRequired

Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.

System_CAPS_pubpropertyTargetServerVersion

(Inherited from Task.)

System_CAPS_pubpropertyToLine

Gets or sets the e-mail addresses of the recipients, delimited by semicolons if there is more than one recipient.

System_CAPS_pubpropertyVersion

*** Member deprecated; see Remarks. ***   Returns the version of the task. This property is read-only.(Inherited from Task.)

Return to top
Show: