Email Automation-Gmail

Hello Everyone, I need a help.

I want to Get Sender Name and Sender Email from gmail account.

Help me

Hi @SP_Bot

  1. Read Mail- Store in variable MailList
  2. Use For Each to Iterate each mail.

Try this:

currentItem.Sender


currentItem.SenderEmailAddress

Hope it will helps you :slight_smile:
Cheers!!

1 Like

@SP_Bot ,

Here is the solution.

List<GmailMessage> you can easily iterate this with For Each. Here I shown first mail from the list.

Thanks,
Ashok :slight_smile:

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