Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Microsoft Office
Developer Add-ins
Add functionality to Send\Recieve button
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Ken Slovak - [MVP - Outlook], post: 6926607"] As with any managed code you need to declare objects that will host event handlers at a class or module level so they do not go out of scope or get garbage collected. You need to declare a SyncObject object at that level and hook your event handler to that. Be aware also that automatically scheduled send/receives won't be trapped this way and there's no real way to tell they're going on or ending. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Microsoft Office
Developer Add-ins
Add functionality to Send\Recieve button
Top