Click or drag to resize
QDSSettingsQDSEmail Class
Alert QDS email settings.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsQDSSettingsQDSEmail

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public class QDSEmail

The QDSSettingsQDSEmail type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAlertHtmlBody
The body to used when the Distribution Server sends alerts in html formatted emails.
Remarks
Requires Publisher license.
Public propertyAlertHtmlSubject
The subject to used when the Distribution Server sends alerts in html formatted emails.
Remarks
Requires Publisher license.
Public propertyAlertMailAddresses
A list of email addresses to which alerts should be sent.
Public propertyAlertPlainBody
The body to used when the Distribution Server sends alerts in text formatted emails.
Remarks
Requires Publisher license.
Public propertyAlertPlainSubject
The subject to used when the Distribution Server sends alerts in text formatted emails.
Remarks
Requires Publisher license.
Public propertyAttachmentHtmlBody
The body to be used when document attachments are distributed by the Distribution Service using html formatted emails.
Remarks
Requires Publisher license.
Public propertyAttachmentHtmlSubject
The subject to be used when document attachments are distributed by the Distribution Service using html formatted emails.
Remarks
Requires Publisher license.
Public propertyAttachmentPlainBody
The body to be used when document attachments are distributed by the Distribution Service using plain text emails.
Remarks
Requires Publisher license.
Public propertyAttachmentPlainSubject
The subject to be used when document attachments are distributed by the Distribution Service using plain text emails.
Remarks
Requires Publisher license.
Public propertyNotifyHtmlBody
The body to used when the Distribution Server sends notifications in html formatted emails.
Remarks
Requires Publisher license.
Public propertyNotifyHtmlSubject
The subject to used when the Distribution Server sends notifications in html formatted emails.
Remarks
Requires Publisher license.
Public propertyNotifyPlainBody
The body to used when the Distribution Server sends notifications in plain text formatted emails.
Remarks
Requires Publisher license.
Public propertyNotifyPlainSubject
The subject to used when the Distribution Server sends notifications in plain text formatted emails.
Remarks
Requires Publisher license.
Top
See Also