PrefNote()

Sets the default Note Send options.

Token ID

AFTKN_SET_NOTE or 598

Syntax

VOID PrefNote( [ENUM Priority]; 
               [ENUM Notify]; 
               [ENUM ReturnOnOpen]; 
               [ENUM ReturnOnDelete]; 
               [ENUM StatusInfo])

Parameters

Priority As ENUM

(Optional) Specifies the priority:

0

Low

1

Normal

2

High

Notify As ENUM

Notify recipients when a Note is delivered to their Mailbox. (Optional)

  • 0 No
  • 1 Yes
ReturnOnOpen As ENUM

Return notification options for routed items. (Optional)

276

Mail

3

MailAndNotify

0

None

2

Notify

1

zOldMaill

ReturnOnDelete As ENUM

Return notification options. (Optional)

276

Mail

3

MailAndNotify

0

None

2

Notify

1

zOldMaill

StatusInfo As ENUM

Information to track when an Appointment is sent. (Optional)

3

AllInfo

275

Delivered

0

None

280

Opened

See Also