G
Guest
Hello all,
after months of working in an addin for outlook using OOM, I found a big
problem which is that OOM is not multithreaded as discussed in:
http://groups.google.jo/group/micro...+thread+marshal&rnum=1&hl=en#0a3609c5934618a8
http://groups.google.jo/group/micro...+thread+marshal&rnum=3&hl=en#0cd9ee67eed9d3c7
Problems started with multithreaded as I described in an earlier question
http://www.microsoft.com/communitie...1d0a-4e14-a6a2-3d04905df293&lang=en&cr=us&p=1
and then I found that the problem is threading problem.
Now I used marshaling in my threads, threading now is acceptable, but a one
problem found, which is when I call the SaveAs() method of the MailItem, the
mouse cursor changed to busy. I don't want this scenario... can I prevent
it?!!
It is possible to move to other technologies like MAPI, but how can I save
mails?!!
Please help...
after months of working in an addin for outlook using OOM, I found a big
problem which is that OOM is not multithreaded as discussed in:
http://groups.google.jo/group/micro...+thread+marshal&rnum=1&hl=en#0a3609c5934618a8
http://groups.google.jo/group/micro...+thread+marshal&rnum=3&hl=en#0cd9ee67eed9d3c7
Problems started with multithreaded as I described in an earlier question
http://www.microsoft.com/communitie...1d0a-4e14-a6a2-3d04905df293&lang=en&cr=us&p=1
and then I found that the problem is threading problem.
Now I used marshaling in my threads, threading now is acceptable, but a one
problem found, which is when I call the SaveAs() method of the MailItem, the
mouse cursor changed to busy. I don't want this scenario... can I prevent
it?!!
It is possible to move to other technologies like MAPI, but how can I save
mails?!!
Please help...