MailMergeDestinationValues Enumeration

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".
Email 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".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace