- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-01-19 02:54 AM
Answered! Go to Answer.
Helpful Answers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-06-19 03:52 PM
I'm going to list the modifications to the code stage. You should be able to figure out the rest from there. sharedEmail allows for shared inboxes on the same Outlook profile.
Additional inputs:
Profile - Text
sharedEmail - Text
The top of the code stage should look like this:
Dim app = CreateObject("Outlook.Application") Dim _nameSpace = app.GetNameSpace("MAPI") Dim folder = _nameSpace.GetDefaultFolder(Outlook_Folder_ID) Dim olSharedRecip as object if Profile <> "" then _nameSpace.Logon(Profile, , True, True) end if if sharedEmail <> Nothing then olSharedRecip = _nameSpace.CreateRecipient(sharedEmail) folder = _nameSpace.GetSharedDefaultFolder(olSharedRecip, Outlook_Folder_ID) end if
------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-01-19 09:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-01-19 09:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-06-19 03:11 PM
I am using outlook Email VBO ,which works fine but i have few queries in that VBO
1) when i use the action: Get Received Items(Basic)--it works perfect if i pass the "Sub Folder" and "Sender Name" as inputs but when i pass Mail id it does not give me any output even though the mail id is proper and Valid
2) With one profile in my outlook it works properly but then i have 4 profiles in my same outlook so how do i point to the right profile by using this Outlook Email VBO
Regards,
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-06-19 03:52 PM
I'm going to list the modifications to the code stage. You should be able to figure out the rest from there. sharedEmail allows for shared inboxes on the same Outlook profile.
Additional inputs:
Profile - Text
sharedEmail - Text
The top of the code stage should look like this:
Dim app = CreateObject("Outlook.Application") Dim _nameSpace = app.GetNameSpace("MAPI") Dim folder = _nameSpace.GetDefaultFolder(Outlook_Folder_ID) Dim olSharedRecip as object if Profile <> "" then _nameSpace.Logon(Profile, , True, True) end if if sharedEmail <> Nothing then olSharedRecip = _nameSpace.CreateRecipient(sharedEmail) folder = _nameSpace.GetSharedDefaultFolder(olSharedRecip, Outlook_Folder_ID) end if
------------------------------
Ami Barrett
Lead RPA Software Developer
Solai & Cameron
America/Chicago
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-01-20 10:10 PM
Hi Ami,
I downloaded your release and tried running it. It runs through but doesn't pull anything.
For input paramenters on the action...........I've tried it with nothing in the Shared Email and I've tried it with the full email in shared folder and I've tried it with how the shared box shows up in my email. None of them seem to be pulling anything but don't error out. If I try to add my subfolder of "Test" it then says object can't be found. So that makes it seem like it is being read. Any ideas on how to get it going?
Thanks,
Jon
------------------------------
Jonathan Holstine
Systems Accountant
Interior Business Center
America/Denver
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-01-20 10:25 PM
Previously when I had written this, these were not required. I'm starting to wonder if there's something to do with the version of Outlook.
------------------------------
Ami Barrett
Sr Product Consultant
Blue Prism
Richardson, TX
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-01-20 10:47 PM
I'm sorry I'm new to outlook and this language. Can you send the exact code syntax I would need to add. Would I just put this below the Sub_Folder and before the End If?
------------------------------
Jonathan Holstine
Systems Accountant
Interior Business Center
America/Denver
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-01-20 10:51 PM
------------------------------
Ami Barrett
Sr Product Consultant
Blue Prism
Richardson, TX
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-01-20 09:34 AM
I tried the VBO you provided and it is working and extracting mails from my account. But if I change "Profile" to another account, it is still extracting mails from my account. The only fields set are Profile and Include Read and Include Unread, bot True.
Outlook version is 2013/32bit.
Reiner
------------------------------
Reiner Volbers
------------------------------
