![]() |
Sign Up! | Tags | Domains | Statistics | Options | Advanced Search |
msdn.com » Dan's WebDAV 101 - Oct 8, 2008
I don't know why we see a lot of customers trying to automate Outlook from a service. It’s pretty well documented that it’s a bad idea. Outlook Object Model (OOM) was written for automating Outlook for a user sitting …
Also tagged: net, asp net, com, automation, asp, web service, pop ups, popups, service, oom, serviced component, devmsgteam, security dialogs, automate outlook
msdn.com » mstehle: The CDOs and CDONTS of Messaging Development - Mar 14, 2008
Patrick posted a discussion of multithreading with Outlook Object Model and why it doesn't help to make OOM calls on a seperate thread... "Outlook Object Model is run in a STA COM server. This means that all OOM calls …
Also tagged: outlook general, oom net
msdn.com » Wiz/dumb - Mar 14, 2008
One of the major requirements most developers are up against these days is ensuring their code runs as fast as possible. No one likes to wait for an application to run, they want seamless, invisible, instant speed …
Also tagged: net, outlook, outlook 2007
msdn.com » mstehle: The CDOs and CDONTS of Messaging Development - Dec 8, 2007
Outlook item leaks are the most common OOM with .NET issues that we see and I’ve debugged enough of them to compile this list of the four basic mistakes that contribute to item leaks. An “item leak” is most commonly …
Also tagged: oom net
msdn.com » Wiz/dumb - Dec 7, 2007
I've been encouraging him to blog his "Matt Stehle's Tenents of OOM Programming" for a while now, and he's finally begun with a series on some common pitfalls we see with developers using OOM in .NET. This first …
msdn.com » mstehle: The CDOs and CDONTS of Messaging Development - Dec 7, 2007
OOM.NET is not a special API set that was created in managed code. It is the name I've given to a series of posts I'll do about the “gotchas” of Outlook Object Model development in .NET. I've compiled some notes over …
msdn.com » mstehle: The CDOs and CDONTS of Messaging Development - Jul 27, 2007
The Outlook 2003 Object Model does not have anyway to delete Search Folders, although you can create them. The only way to delete them is to use CDO 1.21 code. However, it is not supported to run CDO 1.21 or MAPI code …
msdn.com » mstehle: The CDOs and CDONTS of Messaging Development - May 31, 2007
If you have seen the error below when using objects from OOM in .NET 2.0 code then the information that Mason posted recently will explain a lot. The key to avoiding this error is to use the interfaces in OOM not the …
Also tagged: fyi
msdn.com » mstehle: The CDOs and CDONTS of Messaging Development - Jan 17, 2007
With new versions of the product come new KB articles, make sure to take a look at this as you begin Outlook 2007 development... 929592 Known issues with developing Office Outlook 2007 form regions …
Also tagged: kb, outlook general
msdn.com » mstehle: The CDOs and CDONTS of Messaging Development - Jan 3, 2007
This post by KC Lemson provides some good sample code to view the internet headers of mail messages in Outlook but also illustrates the huge advantage the Outlook 2007 object model provides with the PropertyAccessor …
Also tagged: fyi, outlook general