VBA or Visual Basic or VSTO for outlook sync?
1/ I do not have such a function, am I missing a reference?
2/ what do you mean by "which also runs the message loop"?
3/ Apparently, it is not related to the loop. I have made a windows
application and launch the previous code at the click of a button. No event
is catched, whatever event I try to catch from outlook.
Note: I installed outlookspy toolbar I could see outlook event firing from
action generated by my code while my code could not see them
"Dmitry Streblechenko" wrote:
Does it work if you replace the DoEvents loop with a call to MessageBox()
(which also runs the message loop)?
--
|