UiPath Tutorial 09 - Read Email in UiPath | Filter Email in UiPath | Get IMAP Mail Messages Activity

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มิ.ย. 2024
  • Hi Guys!
    In this video we will learn -
    How to retrieve emails
    How to filter emails(Apply conditions on retrieved emails)
    Get IMAP Mail Messages Activity
    MailMessage Variable
    =============================================================
    JMeter Tutorial Playlist:
    • JMeter Tutorial
    Git and GitHub Tutorial Playlist:
    • Git and GitHub Tutorial
    Automation Anywhere Tutorial Playlist:
    • Automation Anywhere A1...
    UiPath Tutorial Playlist:
    • UiPath Tutorial
    Subscribe for more tutorials - / @qualityassurancelab7764

ความคิดเห็น • 109

  • @qualityassurancelab7764
    @qualityassurancelab7764  4 ปีที่แล้ว +10

    Hi Guy! Hope you found this video useful. Please like, share and subscribe to my channel. This will motivate me to create more good contents. Thanks!

    • @rimantasdanilevicius6754
      @rimantasdanilevicius6754 3 ปีที่แล้ว +1

      Once again, thank you for great tutorial. How to know which port to use? Does port 993 is default as imap.gmail.com for all such gmail cases?

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว +2

      @@rimantasdanilevicius6754 You are welcome, yeah 993 is default for imap.gmail.com

    • @shivavaishnav1711
      @shivavaishnav1711 3 ปีที่แล้ว +2

      Hello Ma'am. Thanks for your tutorial videos it's helping me alot. I'm facing problem will performing this activity, as Google is blocking me from entering in my own gmail and i am getting error message while running the Uipath. Can you please guide me. Thanks you so much

    • @rimantasdanilevicius6754
      @rimantasdanilevicius6754 3 ปีที่แล้ว +1

      @@qualityassurancelab7764 Thanks for reply :)

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      @@shivavaishnav1711 You are welcome, please let me know what error message you received.

  • @jyothijosh2006
    @jyothijosh2006 2 ปีที่แล้ว

    The way of explaining concepts are really good and very neat too, thank you for the providing such a good examples.

  • @swarnavamseekrishna5011
    @swarnavamseekrishna5011 4 ปีที่แล้ว +1

    Very well explained and loads of thanks to you 🙏.

  • @aswinkv9630
    @aswinkv9630 3 ปีที่แล้ว +2

    Hai Quality Assurance Lab team, you are just amazing. I have no IT background and even me can understand your videos. Special appreciation to the lady who handle lectures. Madam your are explaining everything in grassroot level in simple language. Thank you

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว +1

      Thank you so much for the feedback, I am really glad to know that these videos are helpful to you

  • @panji8764
    @panji8764 4 ปีที่แล้ว

    Love it

  • @mscoder9902
    @mscoder9902 3 ปีที่แล้ว +1

    Thanks

  • @palanivels4478
    @palanivels4478 3 ปีที่แล้ว +3

    Hi, I could not find list format in Browse tyes

  • @nitaprasad3855
    @nitaprasad3855 4 ปีที่แล้ว +1

    Hi can you please make a tutorial on Image and text automation ?

  • @zahidakhtar8
    @zahidakhtar8 3 ปีที่แล้ว +1

    Hi, Could you please share a video how to read subject of undelivered outlook mail.
    I didn't find anything helpful or a feature in Uipath to do this. Some answers in forum says.... you need to code but what to code and how to incorporate it in uipath.
    It will be helpful if you make a video on it.

  • @lavanyac7241
    @lavanyac7241 2 ปีที่แล้ว

    Hi Ma'am! this helped me out a lot.. but I have small doubt, that can we have a result report for this?

  • @bharatsuri5976
    @bharatsuri5976 3 ปีที่แล้ว

    Hello ,
    you had put find "mail" in "mails" ....... in which mails was a list variable storing all unread emails... but how does the system recognize "mail" ? is that a system variable ??

  • @jb_godzilla7398
    @jb_godzilla7398 3 ปีที่แล้ว +1

    I liked the tutorial but a question apart from reading the data above such as the address and the subject, it is possible that UiPath can enter the emails and download a file, exit and do the same with another

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว +1

      Yes, UiPath can download the email attachments using the activity Save Attachments.

  • @deepakgautam6904
    @deepakgautam6904 2 ปีที่แล้ว

    Hi mam how do you record with obs I am getting a lot of selector error when I record.

  • @zhenhuixiang6816
    @zhenhuixiang6816 3 ปีที่แล้ว

    Hi, how could I find emails with specific subject pattern but not exactly the same word? e.g. I would like to find email with subjects like this "abcd# 12345 approval required" and "abcd# 56789 approval required"

  • @adarshjain2745
    @adarshjain2745 2 ปีที่แล้ว

    Is there any issue in automating banking websites login?

  • @dr.mohammedmohammed7633
    @dr.mohammedmohammed7633 3 ปีที่แล้ว

    where you got the email port , 993 , please can you clarify those thing ?

  • @saisrikanthbalijepalli3432
    @saisrikanthbalijepalli3432 3 ปีที่แล้ว +1

    Hi Quality Assurance lab
    I am trying to read the body of the gmail. For this I have used "item.body" in for each activity. I could see it as blank. When i tried to read the subject or From , it is working fine. Kindly provide your inputs on the same.

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว +2

      Hello!
      To get email body , add an assign activity and assign the value mail.Headers(“HTMLBODY”).ToString to the variable say body
      This will give you HTML body. To get the plain text out of it -
      Create a variable regex of type new System.Text.RegularExpressions.Regex
      add one more assign activity and assign the value regex.Replace(body, "", string.Empty) to the variable say plainEmailBody.
      The variable plainEmailBody will display the email body in the message box.

    • @tejaswinerella5223
      @tejaswinerella5223 3 ปีที่แล้ว

      Hi, @Sai did you tried that regex process using assign activity?

  • @prashantrai5911
    @prashantrai5911 3 ปีที่แล้ว +1

    Acha padhati ho aap thoda jyada video UI PATH used cases ke project par banaiye.jyada se jyada video UI PATH par banaye jaise AUTOMATION ANYWHERE par banaya hai

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      Thank you, I will make more videos on UiPath. You can let me know if you have any specific scenario on which you wish me to make videos.

    • @prashantrai5911
      @prashantrai5911 3 ปีที่แล้ว +1

      @@qualityassurancelab7764 ok I sent u one case at your mail id u can make video on that used case,and by the way r u working in any organisation or unr working as a tutor.Meanwhile make a video on that how can fresher get a job in UI PATH developer

  • @adarshjain2745
    @adarshjain2745 2 ปีที่แล้ว

    How can one know the port and server of other websites in which one want to login....

  • @darknight929ify
    @darknight929ify ปีที่แล้ว

    hello, how do we add something from gmail to excel in row and coloumns
    [

  • @user-vd5gt9if4u
    @user-vd5gt9if4u 3 ปีที่แล้ว +1

    Hi madam, Can we make unstructured data into structured excel data files using UiPath ?

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      Hi, could you please explain the scenario a bit more, what is the content of the unstructured data , and what you want to convert?

  • @yakkalilikitha5872
    @yakkalilikitha5872 ปีที่แล้ว

    mam i didnt retrieve my mails because of this issue "Get IMAP Mail Messages: The operation has timed out." i get this error before dropping if condition only.

  • @mkarthik14
    @mkarthik14 3 ปีที่แล้ว +1

    Hi Madam, Very useful video. How to get the port number ?

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      Hi, thank you! Port numbers are fix for every server, you can search for port number on internet

  • @bounguichakhmayes6103
    @bounguichakhmayes6103 3 ปีที่แล้ว +1

    I find this exception : RemoteException wrapping MailKit.Security.AuthenticationException can you explain ?

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      To access email with the help of applications like UiPath, JMeter, Automation Anywhere etc., sometimes app password is required , instead of normal email password.
      Please generate app password and try again - th-cam.com/video/LI7RezRh76E/w-d-xo.html

    • @ajaythyaraj4141
      @ajaythyaraj4141 3 ปีที่แล้ว

      Disable antivirus temporarily

  • @Vijaykumar-ct6ss
    @Vijaykumar-ct6ss 2 ปีที่แล้ว +1

    12:00 split function... Array

  • @maswani8561
    @maswani8561 ปีที่แล้ว

    hi team, i am not able to create variable please help me to create variable like you are create in this vedio.

  • @gauravchaurasiya3335
    @gauravchaurasiya3335 4 ปีที่แล้ว +1

    it shows invalid credentials (i checked every information is correctly filled) plz help what to do.....

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 ปีที่แล้ว +1

      Could you please try again by -
      Enable 2 step authentication on Gmail account
      generate app password for the same account
      Use app password instead of regular password in the UiPath project
      Please refer this - th-cam.com/video/LI7RezRh76E/w-d-xo.html

  • @hasibshohag7308
    @hasibshohag7308 ปีที่แล้ว

    I got one point on Logon is secure password ! what to do?

  • @shekarsingh7424
    @shekarsingh7424 2 ปีที่แล้ว

    can anyone tell me why I am getting invalid credential error? despite of filling correct email and pass.

  • @sampathvangala9405
    @sampathvangala9405 3 ปีที่แล้ว +1

    what shoud be the if condition for sender of the mail

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      You can check the conditions such as sender of the mail is a specific sender , sender contains any specific text etc.

  • @amritasharma7575
    @amritasharma7575 4 ปีที่แล้ว +1

    i have this error ....plz help

  • @Suri_Aqua
    @Suri_Aqua ปีที่แล้ว

    Main.xaml: (2) : error BC30451: 'VarMail' is not declared. It may be inaccessible due to its protection level. help me to resolve this

  • @bhanumahesh1125
    @bhanumahesh1125 3 ปีที่แล้ว +1

    can't we do email activity in sequence workflow?

  • @shapbnil
    @shapbnil 3 ปีที่แล้ว +2

    What to do if this Error message coming?? Source: Get IMAP Mail Message, Message" Invalid Credentials(Failure), Exception Type: MailKit.Security.AuthenticationException. Please help

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว +1

      Could you please try again by turning on less secured app security settings in gmail - myaccount.google.com/lesssecureapps?pli=1

    • @srushtikotangale2064
      @srushtikotangale2064 3 ปีที่แล้ว

      I am getting the same error.

  • @basitmirza7649
    @basitmirza7649 ปีที่แล้ว

    How to extract datatable from emails and save it on excel file?

  • @shafmairaj6493
    @shafmairaj6493 3 ปีที่แล้ว

    I'm getting this error
    i tried less secure setting in google account , app password thing , enabling IMAP in google account but couldn't resolve it
    ERROR:
    Get IMAP Mail Messages: Timed out while waiting for Mail Service to connect.
    RemoteException wrapping System.TimeoutException: Timed out while waiting for Mail Service to connect
    at UiPath.Mail.Activities.GetMailActivity.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
    at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
    at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

  • @adarshjain2745
    @adarshjain2745 2 ปีที่แล้ว

    For me google is blocking the sign in attempt

  • @krishnasai5111
    @krishnasai5111 2 ปีที่แล้ว

    I'm getting error in host property madam no such host is known

  • @maheshbharathakavi2013
    @maheshbharathakavi2013 3 ปีที่แล้ว +1

    i need full information and scenarios based on real time
    how can i get it
    if i take membership you will provide right ?

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว +1

      Hi, Mahesh, I replied to the question over the email, please let me know if you have any further questions.

  • @venkatabhinesh4980
    @venkatabhinesh4980 ปีที่แล้ว

    Hi
    I gave correct credentials but when it debug it's shows invalid credentials

  • @kesava90
    @kesava90 3 ปีที่แล้ว +1

    In 2020 version don't have Type Argument in For Each activity...how to solve ?

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      Could you pls share the exact version and release number?
      Did you tried by restarting the system, it worked for many people.

    • @kesava90
      @kesava90 3 ปีที่แล้ว +1

      @@qualityassurancelab7764 Studio 2020.10.2-beta 4 , and i tried restarted

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      @@kesava90 I will get back to you as soon as I get the solution

    • @rajeenasuresh
      @rajeenasuresh 3 ปีที่แล้ว

      @@qualityassurancelab7764 Is it because of selecting, For Each row instead of For Each, when I accidentally selected For Each Row I coudnt find the argument type.

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว +1

      @@rajeenasuresh Yes, For Each Row do not have argument type. For Each activity has the argument type.

  • @whiterabbit2296
    @whiterabbit2296 3 ปีที่แล้ว +1

    For those is having Invalid credentials (Failure) please go to your Gmail security and "Allow Secure apps" if doesn't how to able the secure please go to myaccount.google.com/security and turn on less security Alerts!!! only did it in your testing account or new account

  • @vijaypalkankanala5577
    @vijaypalkankanala5577 2 ปีที่แล้ว

    Download Gmail attachment using uipath

  • @bhanumahesh1125
    @bhanumahesh1125 3 ปีที่แล้ว +1

    i got runtime execution error how to solve it

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      Could you pls share the complete error?

    • @bhanumahesh1125
      @bhanumahesh1125 3 ปีที่แล้ว +1

      @@qualityassurancelab7764 source:Get imap mail messages
      Message: the operation has timed out
      Exception type: System. TimeoutException

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      @@bhanumahesh1125 Open UiPath Studio as admin and provide the property value of TimeoutMS as 200000 in Get imap mail messages activity.

  • @nemizjain
    @nemizjain 11 หลายเดือนก่อน

    Some of the activities are not available are not available in our studio. It is very difficult to follow you

  • @maheshbharathakavi2013
    @maheshbharathakavi2013 3 ปีที่แล้ว +1

    am getting error as below
    Get IMAP Mail Messages: An error occurred while attempting to establish an SSL or TLS connection.
    One possibility is that you are trying to connect to a port which does not support SSL/TLS.
    The other possibility is that the SSL certificate presented by the server is not trusted by the system for one or more of the following reasons:
    1. The server is using a self-signed certificate which cannot be verified.
    2. The local system is missing a Root or Intermediate certificate needed to verify the server's certificate.
    3. The certificate presented by the server is expired or invalid.
    See github.com/jstedfast/MailKit/blob/master/FAQ.md#InvalidSslCertificate for possible solutions.

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      Could you please try again by turning on less secured app security settings in gmail - myaccount.google.com/lesssecureapps?pli=1

  • @pritishsahoo3331
    @pritishsahoo3331 3 ปีที่แล้ว +1

    Hi , it throws timeout exception when trying to access the gmail account

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      Hi, could you please confirm if any firewalls are blocking the communication

  • @yashgorey
    @yashgorey 4 ปีที่แล้ว +1

    i have error on gmail for security issue

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 ปีที่แล้ว

      Could you please share the exact error?

    • @yashgorey
      @yashgorey 4 ปีที่แล้ว +1

      @@qualityassurancelab7764 message!!!
      (Someone just used your password to try to sign in to your account from a non-Google app. Google blocked them, but you should check what happened. Review your account activity to make sure no one else has access.
      )

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 ปีที่แล้ว +1

      @@yashgorey You got this email since you tried to access gmail account from an App, i.e. UiPath.
      Were you able to execute the task from UiPath?
      If not, please enable 2 step Authentication and generate App password - th-cam.com/video/LI7RezRh76E/w-d-xo.html
      Provide that app password in the UiPath project and try to execute again.

    • @yashgorey
      @yashgorey 4 ปีที่แล้ว +1

      @@qualityassurancelab7764 Plz make more Video on UiPath

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 ปีที่แล้ว +1

      @@yashgoreySure, you can checkout the latest video on UiPath Orchestrator - th-cam.com/video/BWTNosv8STY/w-d-xo.html

  • @saritha.massistantprofesso2267
    @saritha.massistantprofesso2267 4 ปีที่แล้ว +1

    i got such type of error

  • @amritasharma7575
    @amritasharma7575 4 ปีที่แล้ว +1

    Get IMAP Mail Messages: An error occurred while attempting to establish an SSL or TLS connection.
    One possibility is that you are trying to connect to a port which does not support SSL/TLS.
    The other possibility is that the SSL certificate presented by the server is not trusted by the system for one or more of the following reasons:
    1. The server is using a self-signed certificate which cannot be verified.
    2. The local system is missing a Root or Intermediate certificate needed to verify the server's certificate.
    3. The certificate presented by the server is expired or invalid.
    See github.com/jstedfast/MailKit/blob/master/FAQ.md#InvalidSslCertificate for possible solutions.

    • @qualityassurancelab7764
      @qualityassurancelab7764  4 ปีที่แล้ว +1

      Hi Amrita, I believe you have done same settings in the property of Get IMAP Mail Messages Activity as shown in the video, along with the PortDisplayNumber as 993 and ServerDisplayName as "imap.gmail.com".
      Such error mostly pccur due to installation of the any Antivirus software in the system. Could you please disable antivirus temporarily and try again?

    • @kanchanggogoi7250
      @kanchanggogoi7250 3 ปีที่แล้ว +1

      @@qualityassurancelab7764 i was also facing the same issue...uninstalled antivirus...issue resolved

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      @@kanchanggogoi7250 thanks for sharing!

  • @veera567g3
    @veera567g3 3 ปีที่แล้ว

    Authenticatio error problem even i have given with correct credentials and again and again the same error. but finally i have solved the issue with other video tutorials. feeling disappointed with this

  • @meditativeminds9159
    @meditativeminds9159 3 ปีที่แล้ว

    What to do if this Error message coming?? Source: Get IMAP Mail Message, Message" Invalid Credentials(Failure), Exception Type: MailKit.Security.AuthenticationException. Please help

    • @qualityassurancelab7764
      @qualityassurancelab7764  3 ปีที่แล้ว

      please enable 2 step Authentication and generate App password - th-cam.com/video/LI7RezRh76E/w-d-xo.html
      Provide that app password in the project instead of normal password and try to execute again