|
-
Oct 13th, 2009, 03:13 AM
#1
Thread Starter
New Member
Outlook: On send
Hi guys,
I hope this is the correct forum for my post 
I'm making a CRM application (In C#). I need it to react whenever the user sends an e-mail from Outlook (2003 or 2007). I think that the best solution is probably to create a VBA script of some sort and install it in Outlook, but I have no idea where to start.
If someone could point me in the right direction, I'd be very happy 
Thanks!
-
Oct 13th, 2009, 04:16 AM
#2
Re: Outlook: On send
Welcome to the Forums.
An addin would be better but then it will have to communicate with your app. Its better because you can sign it as a trusted addin so it will always run regardless of Macro settings. Harder as you have to setup some sort of communications method between it and your app.
You can use C# to write an Outlook AddIn too. I have some example code and walk-throughs in my Office Dev FAQ (link in my signature).
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 13th, 2009, 05:58 AM
#3
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|