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.
Defines the MailMergeDocumentValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration MailMergeDocumentValues
'Usage
Dim instance As MailMergeDocumentValues
public enum MailMergeDocumentValues
Members
Member name | Description | |
---|---|---|
Catalog | Catalog Source Document. When the item is serialized out as xml, its value is "catalog". | |
Envelope | Envelope Source Document. When the item is serialized out as xml, its value is "envelopes". | |
MailingLabel | Mailing Label Source Document. When the item is serialized out as xml, its value is "mailingLabels". | |
FormLetter | Form Letter Source Document. When the item is serialized out as xml, its value is "formLetters". | |
E-Mail Source Document. When the item is serialized out as xml, its value is "email". | ||
Fax | Fax Source Document. When the item is serialized out as xml, its value is "fax". |