UiPath | How to use Get IMAP Mail Messages | Server Address & Settings | Download Email attachments

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มิ.ย. 2024
  • 👉 Get ImapMail Messeg in UiPath - Download Attachments .
    ► get imap mail messages uipath
    ► get Imap mail Message credentials
    ► how to get imap server address
    ► how to get imp password
    ► get imap server
    ► get imap settings
    ► get imap UiPath
    ► Read emails UiPath
    ► Downloads email attachment Uipath
    ►►►►►► This Video covers the Following ◀◀◀◀◀◀◀◀
    ► Timestamps ◀
    0:00 Introduction
    0:33 : Agenda
    1:35 : Dependency for Email in UiPath
    3:21 : Validate Dependency in UiPath Studio
    4:54 : Mail Activities available in UiPath Studio
    7:31 : Get IMAP Mail Message
    12:34 : Create Credentials in Orchestrator
    18:52 : Read vs Unread Mails
    19:34 : Top Property in Mail Activities
    24:17 : Get All the Mail Subjects
    31:01 : Reading Mails from Sub Folder
    34:44 : Logic to Download and Save Attachments from Email
    39:31 : Recap
    ►►►►►► Links to Refer ◀◀◀◀◀◀◀◀
    👉 Outlook : POP, IMAP, and SMTP settings
    support.microsoft.com/en-us/o...
    👉UiPath 2022.10 Updates | Data Manager in UiPath | Global Variables | Constants | UiPath New Features
    • UiPath 2022.10 Updates...
    Happy Automation!
    ►►►►►► Social Media Links ◀◀◀◀◀◀◀◀
    👉 Website : mukeshkala.com/
    👉 Instagram : / uipathtutorials
    👉 LinkedIn : / mukeshkala
    👉 Twitter : / tweetmukeshkala
    👉 Facebook: / uipathfb
    👉 TH-cam : / tutorialsbymukeshkala
    👉 Mail : mailmukeshkala@gmail.com
    #UiPath #RPA #Automation #mukeshkala #Discover #UiPathCommunity
    ►►►►►► Tags ◀◀◀◀◀◀◀◀
    Tutorials by Mukesh Kala
    UiPath Tutorials by Mukesh Kala
    uipath
    mukesh kala
    uipath tutorial
    uipath projects
    rpa tutorial for beginners
    uipath tutorial for beginners
    rpa interview questions and answers
    rpa projects
    ui path
    uipath rpa
    rpa uipath tutorial
    Get Imap Mail Message Activity in UiPath

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

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

    Hi mukesh.... Do video on Google workspace activities like Gsuite. Activities, API

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

    Please help me, I have face a question in interview, what is the difference between SMTP and Outlook mail.
    Please explain it 🙏🙏🙏

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

      Outlook does not require any configuration as it takes the details from the outlook application installed on the computer whereas smtp requires port server and credentials to connect.
      Outlook only works if it’s installed on machine, smtp does not have any such restrictions
      Outlook has a native integration with UiPath and gave lots of activities available

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

    1)Get password activity
    2) in Orchestrator use credentials

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

    If I want to download 5 attachments in multiple emails, what condition should I take?

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

      Depends on your implementation and the mail criteria’s : if your want to download for specific subjects or specific sender - in the if condition add the conditions by adding OR

  • @yogeshbadgujar6835
    @yogeshbadgujar6835 9 หลายเดือนก่อน +1

    1)First We Take Get Password Activity

  • @smritisingh2843
    @smritisingh2843 7 หลายเดือนก่อน +1

    Sir I have done every step according to your yet I'm getting expectation...
    ( Specific password required)
    Actually I used credentials asset which I've already used in SMTP.... do I need to make a new one for IMAp also ...

    • @MukeshKala
      @MukeshKala  7 หลายเดือนก่อน

      This is with your passwords - Try to Test the automation by hardcoding them first and then use from assets

    • @ganeshchary3836
      @ganeshchary3836 2 หลายเดือนก่อน

      if you dont get it use google mail password generated password.

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

    Sir how to extract particular subject mails using get IMAP. For example : if unread subject contains "service request | 12345 | New | Order Confirmation"
    Here, incident type can be incident, complaint, service request. Status can be new , in progress. Task id is unique. And task name also changes.
    I'm getting error when I give "SUBJECT "" | """ in the filter property. Please help me sir .

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

      1. You can get the mails in List Mail Message
      2. Iterate the same in for each .
      3. Inside the for each -
      4. Take a IF Condition - use mail.Subject and specify your condition

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

      @@MukeshKala yes sir same way i did but getting error if there are other unread mails which are not in the same pattern.
      Index out of bound error is occurring

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

      @@vaishnavtej1819 Index out of Bound means your Collection is not having proper Data , The only way to fix this is to Run the automation in Debug Mode and analyse the variables in each step