Click here to Skip to main content
15,889,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

I am trying to send an email with a tooltip and a gif image.

The email will have 2 images. One of them will be a gif image and the other one will be a jpeg.

From that jpeg image, when user hover to that jpeg image I want to show a tooltip. First of is this possible? If it is possible can someone give me a refrence link.
C#
MailMessage message = new MailMessage();                
message.Subject = subject;                
message.IsBodyHtml = true;
message.Body = mailBody;        

The variable mailBody will contain a HTML table and i will place the proper data within that table. Thanks in advance.
Posted
Updated 8-Feb-22 21:29pm

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900