WdMailMergeComparison Enum

Definition

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

wdMergeIfEqual 0

A value is output if the mail merge field is equal to a value.

wdMergeIfGreaterThan 3

A value is output if the mail merge field is greater than 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.

wdMergeIfLessThan 2

A value is output if the mail merge field is less than a value.

wdMergeIfLessThanOrEqual 4

A value is output if the mail merge field is less than or equal to a value.

wdMergeIfNotEqual 1

A value is output if the mail merge field is not equal to a value.

Applies to