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 MailMergeSourceValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration MailMergeSourceValues
'Usage
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". |