MsoFilterConjunction Enum

Definition

Specifies how a filter criterion relates to other filter criteria.

public enum class MsoFilterConjunction
public enum MsoFilterConjunction
type MsoFilterConjunction = 
Public Enum MsoFilterConjunction
Inheritance
MsoFilterConjunction

Fields

msoFilterConjunctionAnd 0

And conjunction.

msoFilterConjunctionOr 1

Or conjunction.

Remarks

Used with the Conjunction property of the ODSOFilters object and with the Add method of the MailMergeFilters object.

Applies to