MailMergeSourceValues Enumeration
Defines the MailMergeSourceValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
Public Enumeration MailMergeSourceValues
'Uso
Dim instance As MailMergeSourceValues
public enum MailMergeSourceValues
Members
Member name | Description | |
---|---|---|
Database | Database Data Source. When the item is serialized out as xml, its value is "database". | |
AddressBook | Address Book Data Source. When the item is serialized out as xml, its value is "addressBook". | |
Document1 | Alternate Document Format Data Source. When the item is serialized out as xml, its value is "document1". | |
Document2 | Alternate Document Format Data Source Two. When the item is serialized out as xml, its value is "document2". | |
Text | Text File Data Source. When the item is serialized out as xml, its value is "text". | |
E-Mail Program Data Source. When the item is serialized out as xml, its value is "email". | ||
Native | Native Data Souce. When the item is serialized out as xml, its value is "native". | |
Legacy | Legacy Document Format Data Source. When the item is serialized out as xml, its value is "legacy". | |
Master | Aggregate Data Source. When the item is serialized out as xml, its value is "master". |