Include Hyperlink to document in Email submission

M

Martin Eckart

Hi guys,

I am submitting my Form to a Sharepoint library as well as sending it by
Email to a recipient.
Can I do the following: Modify the email so that it does contain a link to
the actual document on the Sharepoint library?

Thanks,
Martin
 
F

Franck Dauché

Hi Martin,

Have you tried to use the EmailAdapter by code and set the link in the .Intro:

EmailAdapter oEmail =
(EmailAdapter)thisXDocument.DataAdapters["EmailConnectionName"];
oEmail.Intro = <-- link here?
oEmail.Submit();

Regards,

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top