PrefAppointment()

Sets the default Appointment Send options.

Token ID

AFTKN_SET_APPT or 597

Syntax

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

Parameters

Priority As ENUM

(Optional) Specifies the priority:

0

Low

1

Normal

2

High

Notify As ENUM

Notify a recipient when an Appointment item is delivered to his Mailbox (optional):

  • 0 No
  • 1 Yes
ReturnOnOpen As ENUM

Return notification options (optional):

276

Mail

3

MailAndNotify

0

None

2

Notify

1

zOldMail

ReturnOnAccept As ENUM

Return notification options for accepted or completed items (optional):

276

Mail

3

MailAndNotify

0

None

2

Notify

1

zOldMail

ReturnOnDelete As ENUM

Return notification options (optional):

276

Mail

3

MailAndNotify

0

None

2

Notify

1

zOldMail

StatusInfo As ENUM

Information to track when an Appointment item is sent (optional):

3

AllInfo

275

Delivered

0

None

280

Opened

See Also