MailMergeDestinationValues enumeration
Office 2013 and later
Defines the MailMergeDestinationValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| NewDocument | Send Merged Documents to New Documents. When the item is serialized out as xml, its value is "newDocument". | |
| Printer | Send Merged Documents to Printer. When the item is serialized out as xml, its value is "printer". | |
| Send Merged Documents as E-mail Messages. When the item is serialized out as xml, its value is "email". | ||
| Fax | Send Merged Documents as Faxes. When the item is serialized out as xml, its value is "fax". |
Show: