How to get the email subject and sender email address?

i am reading the email form the mail box but i want to know the mail subject and senderemail address

thank you

string =mail.Subject.tostring
string =mail.Sender.tostring

you can use that

1 Like

Use for each loop activity

Item = pass the variable - In properties panel change the type argument to system.net.mail
Assign activity : Subject = Item.Subject
Assign activity : Subject = Item.SendName

image

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.