Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies a type of mail merge document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdMailMergeMainDocType
'Usage
Dim instance As WdMailMergeMainDocType
public enum WdMailMergeMainDocType
Members
| Member name | Description | |
|---|---|---|
| wdNotAMergeDocument | Not a merge document. | |
| wdFormLetters | Form letter. | |
| wdMailingLabels | Mailing label. | |
| wdEnvelopes | Envelope. | |
| wdCatalog | Catalog. | |
| wdEMail | E-mail message. | |
| wdFax | Fax. | |
| wdDirectory | Directory. |