WdMailMergeMainDocType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a type of mail merge document.
public enum class WdMailMergeMainDocType
[System.Runtime.InteropServices.Guid("49730545-588C-3E74-9C40-988F149B01CC")]
public enum WdMailMergeMainDocType
type WdMailMergeMainDocType =
Public Enum WdMailMergeMainDocType
- Inheritance
-
WdMailMergeMainDocType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdNotAMergeDocument | -1 | Not a merge document. |
wdFormLetters | 0 | Form letter. |
wdMailingLabels | 1 | Mailing label. |
wdEnvelopes | 2 | Envelope. |
wdCatalog | 3 | Catalog. |
wdDirectory | 3 | Directory. |
wdEMail | 4 | E-mail message. |
wdFax | 5 | Fax. |