Search results

  1. G

    Read ‘Last Saved By’ metadata property from Excel file

    Hey Blue Prism gurus, I need to be able to read the Last Saved By metadata property from an Excel file using Blue Prism. Ideally, this would use VB.NET so that I could add the function to the existing Excel VBO, but C# would be acceptable. Any chance someone can provide me with such a...
  2. G

    Storing a file in a work queue item

    Good day BP Gurus! I am currently developing a process that handles a PDF file at various stages of the process which is being put on pause for human interaction and then resumes, using the work queue items Status to determine where it left off and the next steps to carry over. Because these...
  3. G

    Reading emails from a subfolder within a shared mailbox

    Good day BP Gurus, Following another thread on this subject, I was able to modify the Internal_Get Items code in the Outlook VBO to read emails from a shared mailbox using this modification: 'Commented out this for use of shared Mailbox 'Dim folder =...
  4. G

    Read emails from an inbox subfolder

    Good day, Is it possible with the MS Outlook VBO to read emails from an inbox subfolder or can we only read them from the inbox? If so, how would I go about doing this? Thanks for your help.
  5. G

    Saving email attachments individually by changing their filename

    Good day Gurus! I'm looking at an issue where I could have multiple attachments in an email that have the same name. Knowing we can't save multiple files with the same name in the same folder, I'd like to loop through each individual attachment and choose the name under which it will be saved...
  6. G

    Stop a process before it ends

    I was wondering if Blue Prism gives us the ability to stop a process if it takes longer than expected to complete. I am NOT looking to add stages to the process to look for the current processing time but rather have the Control Room automatically stop the process if it's running for more than...
  7. G

    Isolate date with Regex

    I’m trying to identify the required regex to isolate a date from a text string. The string is in the following format: January 12, 2020 I need to be able to identify any date of any year. Can anyone help me with this? Thanks in advance
  8. G

    Identifying HIGH IMPORTANCE when sending email through the Outlook VBO

    Good day BP Gurus! Any of you know how I could modify the Outlook VBO to have the ability to determine that I want an email sent with the HIGH IMPORTANCE option? Ideally, this would come as a parameter that I could either set to True or False and use False as default if left unspecified...
  9. G

    Find and Replace in .TXT file

    Anyone can provide me with a way to find a string in a .TXT file and replace it with another string, then save the file on itself? Much appreciated. Thank you
Top