WdMailMergeComparison 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.
Specifies the type of comparison to use when a condition is added to a mail merge process.
public enum class WdMailMergeComparison
[System.Runtime.InteropServices.Guid("296798C9-94F4-30FF-BAE0-D5B892E9E5C0")]
public enum WdMailMergeComparison
type WdMailMergeComparison =
Public Enum WdMailMergeComparison
- Inheritance
-
WdMailMergeComparison
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdMergeIfEqual | 0 | A value is output if the mail merge field is equal to a value. |
wdMergeIfNotEqual | 1 | A value is output if the mail merge field is not equal to a value. |
wdMergeIfLessThan | 2 | A value is output if the mail merge field is less than a value. |
wdMergeIfGreaterThan | 3 | A value is output if the mail merge field is greater than a value. |
wdMergeIfLessThanOrEqual | 4 | A value is output if the mail merge field is less than or equal to a value. |
wdMergeIfGreaterThanOrEqual | 5 | A value is output if the mail merge field is greater than or equal to a value. |
wdMergeIfIsBlank | 6 | A value is output if the mail merge field is blank. |
wdMergeIfIsNotBlank | 7 | A value is output if the mail merge field is not blank. |