Multithreading in Outlook
From: Vladimir Chtchetkine (vchtch_at_yahoo.com)
Date: 10/28/04
- Next message: Alexander Czernay: "Re: Losing control to add-in in VS.NET"
- Previous message: DapperDanH_at_nospam.nospam: "Which "Office" reference to use?"
- Next in thread: Mark Bower [MSFT]: "Re: Multithreading in Outlook"
- Reply: Mark Bower [MSFT]: "Re: Multithreading in Outlook"
- Reply: Vladimir Chtchetkine: "Multithreading in Outlook (solved!)"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 28 Oct 2004 07:28:31 -0700
Hi everybody!
Pretty much generic question :-) How do I do my own
multithreading in Outlook? Straight forward path has
failed (just as I suspected :-) If I create my own thread
(using SDK's _beginthreadex call) there are certain
operations that lead to disaster :-) For instance, when I
try to get Actions on a Mail item that I just created (in
the context of the same thread) Outlook throws "Unable to
install custom action" (or something similar to that) msg
box and hangs.
I tried (in three different attempts) to call
CoInitialize, CoInitializeEx(multithreaded) OleInitialize
in the beginning of my thread execution but neither one
seemed to be able to change anything.
So, HOW DO I DO multithreading in Outlook?
TIA,
Vladimir
- Next message: Alexander Czernay: "Re: Losing control to add-in in VS.NET"
- Previous message: DapperDanH_at_nospam.nospam: "Which "Office" reference to use?"
- Next in thread: Mark Bower [MSFT]: "Re: Multithreading in Outlook"
- Reply: Mark Bower [MSFT]: "Re: Multithreading in Outlook"
- Reply: Vladimir Chtchetkine: "Multithreading in Outlook (solved!)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|