EmailMergeEnvelope.Priority Property

Publisher Developer Reference

Gets or sets the priority of the merged e-mail message represented by the parent EmailMergeEnvelope object. Read/write.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.Priority

expression   A variable that represents an EmailMergeEnvelope object.

Return Value
pbEmailMergePriority

Remarks

Possible values for the Priority property are declared in the pbEmailMergePriority enumeration and shown in the following table.

Constant Value Description

pbPriorityNone

0

No priority set

pbPriorityLow

2

Low priority

pbPriorityHigh

1

High priority

See Also