MailMergeSourceValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the MailMergeSourceValues enumeration.
public enum MailMergeSourceValues
public readonly struct MailMergeSourceValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.MailMergeSourceValues>
type MailMergeSourceValues =
type MailMergeSourceValues = struct
interface IEnumValue
interface IEnumValueFactory<MailMergeSourceValues>
Public Enum MailMergeSourceValues
Public Structure MailMergeSourceValues
Implements IEnumValue, IEnumValueFactory(Of MailMergeSourceValues), IEquatable(Of MailMergeSourceValues)
- Inheritance
-
MailMergeSourceValues
- Inheritance
-
MailMergeSourceValues
Fields
MailMergeSourceValues(String) | Creates a new MailMergeSourceValues enum instance |
|
AddressBook | 1 | Address Book Data Source. When the item is serialized out as xml, its value is "addressBook". |
AddressBook | Address Book Data Source. When the item is serialized out as xml, its value is "addressBook". |
|
Database | 0 | Database Data Source. When the item is serialized out as xml, its value is "database". |
Database | Database Data Source. When the item is serialized out as xml, its value is "database". |
|
Document1 | 2 | Alternate Document Format Data Source. When the item is serialized out as xml, its value is "document1". |
Document1 | Alternate Document Format Data Source. When the item is serialized out as xml, its value is "document1". |
|
Document2 | 3 | Alternate Document Format Data Source Two. When the item is serialized out as xml, its value is "document2". |
Document2 | Alternate Document Format Data Source Two. When the item is serialized out as xml, its value is "document2". |
|
5 | E-Mail Program Data Source. When the item is serialized out as xml, its value is "email". |
|
E-Mail Program Data Source. When the item is serialized out as xml, its value is "email". |
||
Equals(MailMergeSourceValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Legacy | Legacy Document Format Data Source. When the item is serialized out as xml, its value is "legacy". |
|
Legacy | 7 | Legacy Document Format Data Source. When the item is serialized out as xml, its value is "legacy". |
Master | 8 | Aggregate Data Source. When the item is serialized out as xml, its value is "master". |
Master | Aggregate Data Source. When the item is serialized out as xml, its value is "master". |
|
Native | 6 | Native Data Source. When the item is serialized out as xml, its value is "native". |
Native | Native Data Source. When the item is serialized out as xml, its value is "native". |
|
Equality(MailMergeSourceValues, MailMergeSourceValues) | ||
Inequality(MailMergeSourceValues, MailMergeSourceValues) | ||
Text | 4 | Text File Data Source. When the item is serialized out as xml, its value is "text". |
Text | Text File Data Source. When the item is serialized out as xml, its value is "text". |
|
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<MailMergeSourceValues>.Create(String) |