outlook

  1. M

    Link on Outlook "entry id" and a "message id"

    Hy everyone, I need to link an "entry id" and a "message id" of the same email (I obtained that data from two different objects -> one client object "MS Outlook VBO" and a via server object "POP3/SMTP - List Messages) Do you have any suggestion ? Thank you, Maurizia
  2. M

    Upload an email from desktop (.eml) to Outlook using Blue Prism via Server

    Hy everyone, For my project I need to upload an email from desktop (saved ad ".eml") to Outlook and save it on Outlook. Everything without opening Outlook just interaction with that via server, do you have any suggestion? Thank you so much, Maurizia
  3. B

    MS Outlook code stage doesnt work in BP

    Hey. I need to save draft mail in specific folder in specific mailbox. I got a code that is working fine from MS:O marco level(as expected) Public Sub CreateMail() Dim myNameSpace As Outlook.NameSpace Dim MyEmail As MailItem ' Create a new Outlook message item programatically Set MyEmail =...
  4. S

    Forwarding/Deleting an email with Agilify

    Hello everyone, Lately I have been researching for some Outlook automation with Blueprism. I came to the solution of using Agilify but while trying to use any option where the Message ID is needed (such a move email, forwar, reply to an email or delete an email). I get all the time the...
  5. D

    Send email with a template and a not-fixed table length

    Hello everyone, I have to use an email template to send some notifications, The table (Item | Description | Price) could have multiple rows. What is the best way to do this? I used to use an Excel macro, but I don't like that idea. I tried to replicate the template using HTML but the result...
  6. J

    Opening Email Template - Outlook Automation

    How to open a email template in outlook using Blue prism automation.
  7. M

    Get Outlook email attachment name

    I would like to save an attachment from a received mail (Outlook), and then later open said file in Excel using the "Open Wookbook" (MS Excel VBO) action. To open the file using "Open Workbook", I would need to get the specific name of the saved attachment - wildcards are not allowed, as I...
  8. R

    How to Copy range as image

    Hello, I'm new to Blue Prism, and looking for a way to copy Excel range as image and paste it to Outlook item. I know "CopyPicture" method in VBA but I have no idea what I can do in Blue Prism. Maybe I will have to use Code Stage? I appreciate if any one of you give me an advise. Thank you.
  9. F

    Attach problem - "Ghost"Step

    Hi all, Im facing and issue, where the object is reporting an attach error, but I dont have any attach steps on that action. In a first moment, the attach navigate was on that page, but it was removed. I tried to check if the server was using an old version of the object, but when I right-click...
  10. E

    Delete all emails in Inbox, Sent and Deleted folder in Outlook

    Hi, I have managed to delete all emails within a date range from Inbox with a loop, but we would need to also delete all emails under Deleted folder and also in Sent folder. Basically clear out all old emails from Outlook based on a date range for example from two weeks to yesterday. Does...
  11. 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...
  12. R

    Outlook: Check 'Outbox'

    Does anybody have a way to check Outlook's Outbox? A tweaked code stage or something? Running into trouble where emails sent via VBO are sitting in Outbox.
  13. C

    Issue with reading outlook mails

    Hi, I am using customized BP object to read and save the input files from outlook. Normally it is working fine but sometimes I am getting the following error i.e. "Your server administrator has limited the number of items you can open simultaneously. Try closing messages you have opened or...
  14. R

    Save Email Attachments: .msg Files

    I have Outlook emails with emails attached to them - .msg files to be precise. I want to save the attached emails (.msg files) as part of the regular attachments using the Save Attachments action in the Outlook VBO. It seems the VBO cannot see or detect the attached .msg files because they are...
  15. D

    How to get received emails from a shared Outlook inbox?

    I've seen a couple of posts like this previously, but they were unhelpful to me because if I make the changes they suggest, it causes more errors to appear. I'm attempting to grab unread emails from a shared inbox in Outlook. The shared inbox name is "Maintenance". Any help or tips would be...
  16. H

    MS Outlook VBO using BP V6.4 - Outlook has to be opened

    Hi, i am testing Blue Prism V6.4 and wanted to use the new MS Outlook VBO. Unfortunately, it does only work if Outlook is already opened. We have the same issue with V5.0.23 using the MAPIEx VBO. I thought this problem is solved by using the new MS Outlook VBO but it isn't. Has anyone have an...
  17. V

    Access to the path denied in save mail message

    Hello teams, suddenly, since yesterday, my UIPath robot is no longer able to save attachments and e-mails via outlook activities on local folders, on my pc. I tried different paths, including the process documentation itself. I tried to run UIPath as administrator too. Unsuccessfully. The system...
  18. F

    Start blue prism process by email request

    I am new to RPA and Blue Prism. I am still in training. I was asked to develop a solution where a customer can send an email requesting their process to be run. The bot would need to read the subject line, for example, {run {Tax-may2019-001} and the bot would then start that process. We would...
  19. B

    Outlook Meeting Scheduler Bot

    Hello, I am working on a bot that schedules interviews. The part that I am having trouble approaching is finding the availability of interviewers and open rooms. Here are what is required to book an interview: The bot needs find available rooms during specific dates given The bot needs to check...
  20. A

    SMTP Error

    Hi, When i am trying to fetch emails from outlook using SMTP ,the following error is throwing. Kindly help me to resolve this. Thanks
Top