Click here to Skip to main content
15,911,317 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Can anyone pls help me with code file for getting the live details of User's alongwith Date & Time who are moving e-mail items from a shared Mail Inbox to another folder.Details should b populated into either Excel or Access application containg the following fields:
User E-mail Id,User Login-ID,Date & Time When user moved e-mail item from Inbox to another folder location,Mail item moved alongwith subjectline.

Also pls suggest which would be the appropriate application(VB, VB.NET, or VBA) to handle such a system.

Cheers,
PO
Posted
Updated 21-Jan-14 20:25pm
v2

1 solution

You should write Outlook Addin to achieve that. It would be application addin, which catches Outlook's events.

Please, see it:
Getting Started with VBA in Outlook 2010[^]
Programming the Outlook 2010 Solutions Module[^]
Working with Outlook Events[^]
MailItem.BeforeDelete Event (Outlook)[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900