Send/Receive Outlook mail box
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-11-17 08:51 PM
Hi all,
I am currently struggling with refreshing/updating Outlook mailbox. I need to send a couple of mails with attachments. I do it in a loop. After the loop is finished I close Outlook. The problem is that the mails don€™t get sent because the outlook closes right after the loop. If I leave the Outlook open, the mails are sent correctly, but I need to close the outlook.
How can I check whether send/receive in Outlook is completed?
Thanks.
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-11-17 10:25 AM
Will it be possible to give 90 seconds wait before closing outlook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-11-17 07:04 PM
Thanks RDornala, but that doesn't solve the issue very much.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-11-17 07:17 PM
If anyone is interested, the solution I ended up with is creating an action in Outlook VBO. The action checks number of items in Outbox (using VB in code stage) and waits until the Outbox is empty (or the given time is elapsed, to avoid infinite loop).
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-11-17 02:23 AM
Are you integrating with Outlook through the UI or through MAPIEx? The reason why I asked is the retrieving and sending emails directly from the MS Exchange is so much more efficient and faster... you will not need a significant sleep stage either. Read the User guide to MAPIEx
thanks
Mike
