Email Body as Collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-11-19 12:52 PM
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
------------------------------
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-11-19 05:17 AM
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
------------------------------
------------------------------
Pratyush Garikapati
ROM Architect
Blue Prism
Asia/Kolkata
------------------------------
