Recent content by kattapug

  1. K

    Create file name with expression

    Resolved "C:\Users\Documents\Saved Attach\"&FormatDate(Today(), "ddMMMyy")&("\")&([Items.SenderEmailAddress]&[Items.ReceivedOn])&".msg"
  2. K

    Create file name with expression

    Yes, you have, what expression would use to give the file a unique file name?
  3. K

    Create file name with expression

    Hi all, Can anybody help with this? I have used File Management VBO to create a folder using the FromatDate and Today(). "C:\Users\Documents\Saved Attach\"&FormatDate(Today(), "ddMMMyy"). This works and creates the folder. "C:\Users\Documents\Saved Attach\06Nov19" I want to copy *.msg from...
  4. K

    Local .eml and .msg outlook file type data extract

    Hi Can anybody help? I have lots of .eml and .msg files saved on a local drive. I want to programmatically extract the following data from the file and populate a collection Data I want to extract is as below: To CC Subject Body Attachments ReceivedOn SentOn SenderName SenderEmailAddress...
  5. K

    issue in running Google Vision API using BP Tool

    Hi Sanjiv, Thanks for your response. I have followed your instruction and get another error now. With quotation marks it get this error. "-----BEGIN PRIVATE KEY-----\n privateKey \n-----END PRIVATE KEY-----\n" Internal : Unexpected error PKCS8 data must be contained within '-----BEGIN...
  6. K

    Open Outlook email template via Blueprism?

    I have created the VBO with the above code by Sachin May 31, 2019, see above. This VBO reads. .MSG file form a local folder. When I run it I get the following message. We can't open 'C:\Users\xxxxxxxDocuments\Saved Attach\'. It's possible the file is already open, or you don't have permission...
  7. K

    Open Outlook email template via Blueprism?

    Resolved, Inputs parameter should be added to the Start, and likewise out parameters in the END stage.
  8. K

    Open Outlook email template via Blueprism?

    Hi Sachin, I would appreciate it if you could help me out. I have followed the above instruction to creat the VBO. I have validated and no error is thrown up. When creating the VBO it has all the fields as in View attachment 1559288730503.png as above, When creat a process flow with an Action...
  9. K

    Excel VBO - Workbook Not Found : Workbook named: C:\Users\xxxxxx\Documents\emaillist.xls not found in instance: 1

    Hi Gil You are correct its fixed now and all works fine. Thank you.
  10. K

    issue in running Google Vision API using BP Tool

    I have faced then the same issue. I would very interested in a solution to this issue?
  11. K

    Excel VBO - Workbook Not Found : Workbook named: C:\Users\xxxxxx\Documents\emaillist.xls not found in instance: 1

    Hi I am trying to collect emails list using MS Outlook VBO into a collection. This works fine. I want to write this collection to excel, this is where my problem starts. My process looks like the attached. Every time try to write the collection to Excel. I get the following error. "Workbook...
  12. K

    Extracting data from Outlook .msg attachment to Excel

    Hi all, thanks for your feedback. Just to make it clear, I am trying to access a shared mailbox on an Exchange server. So I cannot use email service VBO.
  13. K

    Extracting data from Outlook .msg attachment to Excel

    Hi all, I am new to Blue Prism and would appreciate some guidance with my scenario for automation. The situation I want to automate is as follows. Emails are received into a shared inbox with an attachment. The attachment is .msg (outlook email format). I want to be able to open the attachment...
Top