Aspose::Words::Settings::MailMergeMainDocumentType enum

MailMergeMainDocumentType enum

Specifies the possible types for a mail merge source document.

enum class MailMergeMainDocumentType

Values

NameValueDescription
NotAMergeDocument0This document is not a mail merge document.
FormLetters1Specifies that the mail merge source document is of the form letter type.
MailingLabels2Specifies that the mail merge source document is of the mailing label type.
Envelopes4Specifies that the mail merge source document is of the envelope type.
Catalog8Specifies that the mail merge source document is of the catalog type.
Email16Specifies that the mail merge source document is of the e-mail message type.
Fax32Specifies that the mail merge source document is of the fax type.
Defaultn/aEquals to NotAMergeDocument

See Also