cancel
Showing results for 
Search instead for 
Did you mean: 

Email Body as Collection

AndreiCozma
Level 3
hi,

I am looking to get a body of an email into a collection as follows:

Email:

abc: 123
cde: 456

Collection output:
Field1  Field2
abc      123
cde      456

I tried using get mail from Mapiex and the Outlook Vbo and none of the outputs accept Collections(only data items).

Sidenote. The Message is HTML returns as True when reading the email

------------------------------
Andrei Cozma
Data

------------------------------
1 REPLY 1

The standard Outlook VBO will only give the email body as Text. You'll can parse the text into a Collection using String operations OR you'll have extend the VBO and write your custom code to read the body as Collection.

------------------------------
Pratyush Garikapati
ROM Architect
Blue Prism
Asia/Kolkata
------------------------------