SendMailTask Properties
Assembly: Microsoft.SqlServer.SendMailTask (in Microsoft.SqlServer.SendMailTask.dll)
| Name | Description | |
|---|---|---|
![]() | BCCLine | Gets or sets the e-mail addresses of the blind carbon copy recipients, delimited by semicolons when there is more than one. |
![]() | CCLine | Gets or sets the e-mail addresses of the carbon copy recipients, delimited by semicolons when there is more than one. |
![]() | DebugMode | Gets or sets a Boolean indicating whether the object is in debug mode, and whether it should raise the OnBreakpointHit event while running. |
![]() | ExecutionValue | Returns a user-defined object. This field is read-only. (Inherited from Task.) |
![]() | FileAttachments | 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. |
![]() | FromLine | Gets or sets the e-mail address of the sender. |
![]() | MessageSource | Gets or sets the message body or the name of the source that contains the message body. |
![]() | MessageSourceType | Gets or sets a value containing the source type of the message body. |
![]() | Priority | Gets or sets the priority of the message. |
![]() | SmtpConnection | Gets or sets the name or IP address of the Simple Mail Transfer Protocol (SMTP) server. |
![]() | Subject | Gets or sets the subject of the e-mail message. |
![]() | SuspendRequired | 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. |
![]() | TargetServerVersion | (Inherited from Task.) |
![]() | ToLine | Gets or sets the e-mail addresses of the recipients, delimited by semicolons if there is more than one recipient. |
![]() | Version | *** Member deprecated; see Remarks. *** Returns the version of the task. This property is read-only.(Inherited from Task.) |
