| 
MailMergeMainDocumentType Enumeration
  | 
 Specifies the possible types for a mail merge source document.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum MailMergeMainDocumentType
 
Public Enumeration MailMergeMainDocumentType
 
public enum class MailMergeMainDocumentType
 
type MailMergeMainDocumentType
 
 
 
 
 Members
 Members
 
|  | Member name | 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. | 
|  | Email | 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 | 
 
 
 See Also
See Also