Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum MailMergeMainDocumentType
Public Enumeration MailMergeMainDocumentType
public enum class MailMergeMainDocumentType
type MailMergeMainDocumentType
Members
| Member | Value | Description |
|---|---|---|
| NotAMergeDocument | 0 |
This document is not a mail merge document.
|
| FormLetters | 1 |
Specifies that the mail merge source document is of the form letter type.
|
| MailingLabels | 2 |
Specifies that the mail merge source document is of the mailing label type.
|
| Envelopes | 4 |
Specifies that the mail merge source document is of the envelope type.
|
| Catalog | 8 |
Specifies that the mail merge source document is of the catalog type.
|
| 16 |
Specifies that the mail merge source document is of the e-mail message type.
| |
| Fax | 32 |
Specifies that the mail merge source document is of the fax type.
|
| Default | 0 |
Equals to NotAMergeDocument |