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#?