MailMergeDestinationValues 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 MailMergeDestinationValues enumeration.
public enum MailMergeDestinationValues
public readonly struct MailMergeDestinationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.MailMergeDestinationValues>
type MailMergeDestinationValues =
type MailMergeDestinationValues = struct
interface IEnumValue
interface IEnumValueFactory<MailMergeDestinationValues>
Public Enum MailMergeDestinationValues
Public Structure MailMergeDestinationValues
Implements IEnumValue, IEnumValueFactory(Of MailMergeDestinationValues), IEquatable(Of MailMergeDestinationValues)
- Inheritance
-
MailMergeDestinationValues
- Inheritance
-
MailMergeDestinationValues
Fields
Name | Value | Description |
---|---|---|
NewDocument | 0 | Send Merged Documents to New Documents. When the item is serialized out as xml, its value is "newDocument". |
Printer | 1 | Send Merged Documents to Printer. When the item is serialized out as xml, its value is "printer". |
2 | Send Merged Documents as E-mail Messages. When the item is serialized out as xml, its value is "email". |
|
Fax | 3 | Send Merged Documents as Faxes. When the item is serialized out as xml, its value is "fax". |
Send Merged Documents as E-mail Messages. When the item is serialized out as xml, its value is "email". |
||
Equality(MailMergeDestinationValues, MailMergeDestinationValues) | ||
Equals(MailMergeDestinationValues) | ||
Equals(Object) | ||
Fax | Send Merged Documents as Faxes. When the item is serialized out as xml, its value is "fax". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<MailMergeDestinationValues>.Create(String) | ||
Inequality(MailMergeDestinationValues, MailMergeDestinationValues) | ||
MailMergeDestinationValues(String) | Creates a new MailMergeDestinationValues enum instance |
|
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". |
|
ToString() |