cancel
Showing results for 
Search instead for 
Did you mean: 

Entry ID in MS Outlook VBO

AnuraagPandey
Level 4
Hi everyone,

I am trying to use MS Outlook VBO, but I am not clear on what "entry ID" is in outlook. 
I have referred to the documentation but it is very superficial and doesnt really explain this. It is one of the input parameters.
* what is entry ID?
* where can I find this field/value?
* is there any other VBO available for automating Outlook

Please share information on this or any documentation, if available.
Thanks in advance

Regards

------------------------------
Anuraag Pandey
------------------------------
6 REPLIES 6

ewilson
Staff
Staff
Hi @AnuraagPandey,

The Entry ID is a unique identifier associated with each email. If you're trying to perform an action on a specific email (ex. Moving it to a sub folder) you will need to provide the entry ID of the specific email.

You can get the entry ID by calling one of the actions for retrieving email. The entry ID will be included in the return data collection.

Cheers,



------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hi @ewilson,
Thank you so much. It was right under my nose. 

PS - Is there a detailed documentation related to Outlook automation?
It would be great if something like that exists.​

------------------------------
Anuraag Pandey
------------------------------

Just a tip to add here.

There was a scenario I encountered where I was saving the new entry ID after moving the email to a subfolder. In case you want to again move that email to some other folder then you need that new entry ID. So better to save it for future reference.


------------------------------
Thanks & Regards,
Tejaskumar Darji
Sr. RPA Consultant-Automation Developer
------------------------------

@AnuraagPandey,

I'm not sure what you mean by "detailed documentation". Are you saying the User Guide, which includes information about every action on the VBO and the input/output data items of those actions is insufficient? What else would you like to see?

Cheers,


------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------

Hi Anuraag,

Please refer to the Microsoft Outlook VBA documentation site for details behind the code we use for our Outlook VBO. 

You may be interested in the MailItem object that can be found here. Information related to EntryID can be found here.

Hope this helps.

------------------------------
Bruce Liu
Senior Product Consultant, Professional Services
Blue Prism
Australia/Sydney
------------------------------

HI @Bruce Liu,
Thanks for sharing this. Really appreciate it.

@Tejaskumar_Darji, Thanks for the advice bud, will probable need this in near future 😄

@ewilson, Thanks for all your help. 

Regards 🙂 

​​​

------------------------------
Anuraag Pandey
------------------------------