在正文电子邮件outlook中添加来自access的超链接 [英] To put a hyperlink from access in body e-mail outlook

查看:263
本文介绍了在正文电子邮件outlook中添加来自access的超链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我的表格有:

- 电子邮件地址

- 主题(文字)

- 参考(服务器上pdf文档的超链接)


现在我有一个VBA代码允许我在outlook中打开一封电子邮件,电子邮件地址,主题和正文中的超链接:

展开 | 选择 | Wrap < span class =codeDivider> | 行号

解决方案

< blockquote> .Body = Replace(Me.Reference,"#","")


感谢您回复mariostg。

当我改变时:

。身份=参考

成:

。身份=替换(Me.Reference,"#"," )


我的电子邮件正文如下:


2000P:\ Representation\document2000.pdf

但链接不起作用,只有#消失了......


对不起,我没看到显示2000.

我不熟悉rtf语法但如果它可能有帮助,你是否使用了html格式的电子邮件,那将显示你想要的链接

<跨度类= codeLink的onclick = 模糊(此,this.parentNode.parentNode,的getChildren(本),TRUE);>展开 <跨度类= codeDivider> | 选择 | Wrap | 行号


Hi,

I have a form with:
- e-mail adress
- subject (text)
- reference (hyperlink to a pdf document on the server)

Now I have a VBA code who allows me to open an e-mail in outlook, with the e-mail adress, the subject and in the body the hyperlink:

Expand|Select|Wrap|Line Numbers

解决方案

.Body=Replace(Me.Reference, "#", "")


Thanks for the reply mariostg.
When I change:

.Body = reference
into:
.Body = Replace (Me.Reference, "#", "")

The body of my e-mail looks like:

2000P:\Representation\document2000.pdf

But the link doesn''t work, only the # has disappeared...


Ah sorry, I did not see about displaying the 2000.
I am not familiar with rtf syntax but if it might help, were you using an html formatted email instead, that would display your link as wanted

Expand|Select|Wrap|Line Numbers


这篇关于在正文电子邮件outlook中添加来自access的超链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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