Delete specific Attachment an farward it - Outlook
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-07-21 09:53 AM
Hi,
I need a function with which I can delete a specific attachment from a received mail and then forward this mail afterwards or directly without this one attachment.
An additional saving of the attachments and then only sending the necessary attachments in a new mail should be avoided (data protection, Security etc.)
So far we have always used the Outlook VBO, but I did not find anything like that in the standard - I also have no knowledge of coding, so I need help if something has to be written as code myself to expand the VBO component or something.
Thanks in advance!
------------------------------
Björn Reinke
Blue Prism Version: 6.4.2.
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-07-21 09:04 PM
Hi,
Did you try using Graph API or you need the solution in Outlook VBO only?
------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------
Did you try using Graph API or you need the solution in Outlook VBO only?
------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-08-21 11:46 AM
Hello,
no, I don't know them - in the end I would be fine with any solution ;-)
But unfortunately I lack the deep IT knowledge for coding and APIs - unless it can be explained as a non-IT person. That's why I always like to use VBOs or existing modules.
------------------------------
Björn Reinke
Blue Prism Version: 6.4.2.
VDI: Win10 / Office 365
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-08-21 01:55 PM
Hello,
I tried to do something similar with the BP code itself. Below are some checks that can be used to eliminate unnecessary files.
1.Check the file extension and do not add it as an attachment in the reply email.
2.Filter on file size if you want to remove unnecessary images that get downloaded using VBO (for e.g. company logo, signature, link, etc)
One more thing that can be useful is saving the original email as a .msg file and attach that file as an attachment when you reply to the email. This option is available in VBO.
Hope this helps to frame some logic without a code/API-based solution.
------------------------------
Thanks & Regards,
Tejaskumar Darji
Sr. RPA Consultant-Automation Developer
------------------------------
I tried to do something similar with the BP code itself. Below are some checks that can be used to eliminate unnecessary files.
1.Check the file extension and do not add it as an attachment in the reply email.
2.Filter on file size if you want to remove unnecessary images that get downloaded using VBO (for e.g. company logo, signature, link, etc)
One more thing that can be useful is saving the original email as a .msg file and attach that file as an attachment when you reply to the email. This option is available in VBO.
Hope this helps to frame some logic without a code/API-based solution.
------------------------------
Thanks & Regards,
Tejaskumar Darji
Sr. RPA Consultant-Automation Developer
------------------------------
