QDSSettings.QDSEmail Class
Assembly: PIX.dll
Alert QDS email settings.
Inheritance
-
System.Object
- QDSSettings.QDSEmail
Syntax
public class QDSEmailProperties
| Name | Description |
|---|---|
| AlertHtmlBody |
The body to used when the Distribution Server sends alerts in html formatted emails.
|
| AlertHtmlSubject |
The subject to used when the Distribution Server sends alerts in html formatted emails.
|
| AlertMailAddresses |
A list of email addresses to which alerts should be sent. |
| AlertPlainBody |
The body to used when the Distribution Server sends alerts in text formatted emails.
|
| AlertPlainSubject |
The subject to used when the Distribution Server sends alerts in text formatted emails.
|
| AttachmentHtmlBody |
The body to be used when document attachments are distributed by the Distribution Service using html formatted emails.
|
| AttachmentHtmlSubject |
The subject to be used when document attachments are distributed by the Distribution Service using html formatted emails.
|
| AttachmentPlainBody |
The body to be used when document attachments are distributed by the Distribution Service using plain text emails.
|
| AttachmentPlainSubject |
The subject to be used when document attachments are distributed by the Distribution Service using plain text emails.
|
| IncludeWarnings |
Send alert email when task finish with warning |
| NotifyHtmlBody |
The body to used when the Distribution Server sends notifications in html formatted emails.
|
| NotifyHtmlSubject |
The subject to used when the Distribution Server sends notifications in html formatted emails.
|
| NotifyPlainBody |
The body to used when the Distribution Server sends notifications in plain text formatted emails.
|
| NotifyPlainSubject |
The subject to used when the Distribution Server sends notifications in plain text formatted emails.
|