How to Read Email sender designation

Hi Team,

I wanted to read the Email sender designation in studio, please help me if any one have idea for the same

@Pratik_Kinge,

Please provide more details like the activities you are using and the connection type you are using to connect with Office 365.

Hi @Pratik_Kinge,

If by “Email Sender designation” you mean getting the email address of the sender, you should use an assign activity :
EmailSender ← MailMessage.Sender.Address.ToString()
or
EmailSender ← MailMessage.From.Address.ToString()

Regards

Thanks for the response, i’m using microsoft 365 scope activities to for that and i want to read the Job title of the sender which is internal employee.

Hello Slim_Bouaouina2 i wanted to read Job title of the sender not email address also the sender will be internal employee

@Pratik_Kinge

Even though it will be an expert internal person mail id, the designation or other details of the user don’t gets added to the email.

You will have to use Active directory activity for this. I haven’t tried it but here is your starting point