Outlook Send and recieve
How can I detect when the Outlook Send and Receive process is completed using VBScript or VB? Basically I have a program that needs to wait until the Outlook profile is completely synchronized before I can run a part of my code. Any idea how to detect that? This is comunicating with an exchange server.
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
17 years ago
I think your best option is to explore the Outlook Object Model and see if there's a method for kicking that process off. As you probably know from using Outlook, if you select 'Send/Receive' while it's already running, Outlook ignores your request so it should be safe to set it going in code. Then, presumably, the method returns a success or failure value.
Try slipstick.com.Sue has responded to emails from me in the past reasonably quickly, certainly within 24 hours.
Try slipstick.com.Sue has responded to emails from me in the past reasonably quickly, certainly within 24 hours.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.