24-01-22 04:36 PM
25-01-22 02:31 PM
25-01-22 10:36 PM
Hi Eric,
Yes, this is all new to me and Thank you for replying.
I downloaded the asset for MS Outlook Business Object - Utility. We use MapiEX VBO for our sending and get emails and save attachment,
1) I will check this Outlook VBO. With our BP 6.3version (will upgrade this year), I hope this is supported? It just mentioned BluePrism Supported
2) also, downloaded asset for Utility – Strings (extended). I will check this too
3) For read/get text in pdf, I checked this Invoke - Itext Sharp but our BP version will not be supported
4) I saw, Utility – PDF VBO. Same thing our BP version is not supported
5) Also, Tried to download below but says "This content is blocked, Contact site owner", where can I get these documents?
BluePrism MS Outlook VBO User Guide
Blueprism PDF Asset User guide
Appreciate all inputs and help.
Thanks,
Marilyn
25-01-22 11:30 PM
08-02-22 09:22 PM
08-02-22 10:25 PM
Dim app = CreateObject("Outlook.Application")
Dim item As Outlook.MailItem = app.CreateItemFromTemplate(MSGFilePath)
try
{
item.PrintOut()
}
Finally
{
item - Nothing
app = Nothing
}
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
09-02-22 09:26 PM
09-02-22 11:06 PM
14-02-22 05:31 PM
14-02-22 10:01 PM