在电子邮件中显示工具提示和gif [英] Show tooltip and gif in an email

查看:128
本文介绍了在电子邮件中显示工具提示和gif的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我正在尝试发送带有工具提示和gif图像的电子邮件。



电子邮件将有2张图片。其中一个将是一个gif图像,另一个将是一个jpeg。



从该jpeg图像,当用户悬停到该jpeg图像时,我想显示一个提示。首先是这可能吗?如果有可能,有人可以给我一个参考链接。

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.

MailMessage message = new MailMessage();                
message.Subject = subject;                
message.IsBodyHtml = true;
message.Body = mailBody;        



变量mailBody将包含一个HTML表格,我将在该表格中放置正确的数据。在此先感谢。


The variable mailBody will contain a HTML table and i will place the proper data within that table. Thanks in advance.

推荐答案

如何将工具提示添加到HTML电子邮件客户端 [ ^ ]那样吗?


这篇关于在电子邮件中显示工具提示和gif的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆