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 MailMergeDestinationValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration MailMergeDestinationValues
'Usage
Dim instance As MailMergeDestinationValues
public enum MailMergeDestinationValues
Members
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". |