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
Franck Dauché - 08 Nov 2005 16:13 GMT
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é
> Hi guys,
>
[quoted text clipped - 5 lines]
> Thanks,
> Martin