how can i add EVENTS to folder

  • Thread starter Thread starter KP
  • Start date Start date
K

KP

i have created a folder .
i need to have events for eg "click" event
how can i accomplish this ?

thanks
KP
 
You must use the events supported in the Outlook object model.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Any eg/code to go through?
KP

You must use the events supported in the Outlook object model.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
The Outlook Help file is full of examples of all the events. Just select one in the object browser and press F1. Or check out dozens of available samples and tutorials -- see http://www.slipstick.com/dev/vb.htm
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
AWESOME
thanks Sue
The Outlook Help file is full of examples of all the events. Just select one
in the object browser and press F1. Or check out dozens of available samples
and tutorials -- see http://www.slipstick.com/dev/vb.htm
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top