0

I've made a very simple C# -based console application which sends email to the email receiver specified using MailMessage.To.

But I just couldn't find any resources on how to add or set up an email profile picture using C#.

Is there any way to do so by using C#?

hehehe
  • 71
  • 1
  • 9

1 Answers1

0

If you mean someting like profile picture in Google email view I believe the profile picture is not a part of an email.

It's retrieved from your profile by Gmail when it displays the email and the result depends on whether you have the right settings for your profile.

Please see this answer for more info.

Ivan Kashtanov
  • 674
  • 4
  • 17