Speeple News Search

Sign Up! | Tags | Domains | Statistics | Options | Advanced Search

Tags » Outlook Object Model

Related tags: asp net, automation, cdo 1 21, com, fyi, net, oom net, outlook, outlook general, vsto

  1. Outlook Automation is for People, not for Services.

    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

  2. OOM.NET: Part 4 - Don't Thread On Me

    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

  3. Outlook Crashes When Using Outlook Object Model in Multiple Threads

    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

  4. OOM.NET: Part 2 - Outlook Item Leaks

    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

  5. Stehle's finally doing his OOM series

    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

    Also tagged: net, vsto

  6. OOM.NET: Part 1 - Introduction and Why Events Stop Firing...

    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

  7. HOWTO: Delete Search Folders and Interop with CDO 1.21 from Managed (.NET) Code

    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

    Also tagged: howto, cdo 1 21

  8. FYI: COM Interop Changes in .NET Framework 2.0 and Outlook Object Model

    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

  9. KB: New Outlook 2007 Development KB Articles...

    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

  10. FYI: KC Lemson On Viewing Internet Headers of Mail Messages...

    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

1  2