CArclib::ArcSetMailNoEvtFor24Hours

The ArcSetMailNoEvtFor24Hours method updates the option of sending email if no event occurs within 24 hours.

 

virtual ARC_STATUS ArcSetMailNoEvtFor24Hours(

DWORD  nNotificationForNoEvent,

DWORD  nItem = MAIL_ITEM_MAILTO1

);

Parameters:

[IN]

nNotificationForNoEvent:

Value

Meaning

0

Disabled

1

Enabled

 

nItem:

Value

Meaning

MAIL_ITEM_MAILTO1

Updates the Mailto1's “Notify User If No Event Occurs Within 24 Hours” Option

MAIL_ITEM_MAILTO2

Updates the Mailto2's “Notify User If No Event Occurs Within 24 Hours” Option

MAIL_ITEM_MAILTO3

Updates the Mailto3's “Notify User If No Event Occurs Within 24 Hours” Option

MAIL_ITEM_MAILTO4

Updates the Mailto4's “Notify User If No Event Occurs Within 24 Hours” Option

 

Return Values

This method returns the ARC_STATUS.

Note:

Password required if password enabled, use ArcChkPassword member function to validate the password.