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 ); |
[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 |
This method returns the ARC_STATUS.
Password
required if password enabled, use ArcChkPassword
member function to validate the password.