Hi dear,
i want to automate a E-Mail and i don’t no how i can do. ho can help me please?
I have Warning on “For each E-Mail”.
What is it you want to automate? Can you please elaborate on your requirement?
There are different mail related activities that you can utilize to achieve different mail related tasks like get emails, send email etc.
Regards
Sonali
Hello Dear @Carole_Fankam_Wayochi,
I assume you have outlook setup (logged in) on your machine
Activity 1 - Get Outlook Mail Messages
Inputs:
- MailFolder: “Inbox”
- Top: 10
- Output:
mailMessages
Activity 2 - For Each item
in mailMessages
(Please put in the same scope (sequence))
(Try to log the subject message first)
- Log Message
- Message:
item.Subject
- Message:
- Log Message
- Message:
item.Body
- Message:
What kind of warning are you getting?
Are you trying using integration services?
What is the error? Can you share?
Regards
Sonali
i receive this ERROR Message “the Value are incompatible to the Property type”
and i have “MailList” with the Property “MaailMessage”
Pls follow below vidio,
Hover the cursor on Error, take a screenshot and share with us.
i want to you “Range Row” but i have ERROR please what can i do?
and i want to connect with the microsoft OneDrive and Shared Point and i become this ERROR
Thanks for the Video. I want to send E-Mail with Outlook. Ist that the same Process?
Did you tried this
happy Automation!
yes and i think i don’t have the connection between UiPath and Outlook. How can i do that please?
Please use below link,
Check with your devops team whether they are allowing or not.
try to use send outlook message activity,
if this is also not worked then try to send SMTP mail message activity
Happy Automation!!