Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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