Namespace: Spire.Doc
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

MemberValueDescription
NotAMergeDocument0
This document is not a mail merge document.
FormLetters1
Specifies that the mail merge source document is of the form letter type.
MailingLabels2
Specifies that the mail merge source document is of the mailing label type.
Envelopes4
Specifies that the mail merge source document is of the envelope type.
Catalog8
Specifies that the mail merge source document is of the catalog type.
Email16
Specifies that the mail merge source document is of the e-mail message type.
Fax32
Specifies that the mail merge source document is of the fax type.
Default0
Equals to NotAMergeDocument

See Also