<< Click to Display Table of Contents >>

ZFLOGO2

Enum ZfLib.PriorityEnum

 


 

Enum ZfLib.PriorityEnum

 zfPriorityBackground = 1

 zfPriorityNormal  = 2

 zfPriorityUrgent  = 3

End Enum

 

The PriorityEnum enumeration specifies the priority of an outgoing message

 

Members

 

zfPriorityBackground

Send at low priority

 

zfPriorityNormal

Send with normal priority

 

zfPriorityUrgent

Send urgently

 

See Also

NewMessage