K
kookie
When I add the following code to an onclick event it throws an error on this
line.
XDocument.UI.ShowMailItem("(e-mail address removed)", "", "", "Updated Form", "Here is
the updated form that you requested.");
I do not have outlook and cannot use that application. I need to do one of
two things. open my mail client and populate the To, subject and body. or I
need to open a webpage and post the path (URL) of the form.
XDocument.UI.ShowModalDialog("GateKeeperTest.aspx", XDocument, 800, 550);
using this code also throws an error message I have put the absolute path
the the page and the relative path. I have also attached the file as a
resource file, still no luck.
I have come across a post
(http://blog.advisor.com/blog/garydev.nsf/d6plinks/GDEF-64D3JL) that send an
email with lotus but it is in vb.
it does not need to be complicated.
Please.. help me.
line.
XDocument.UI.ShowMailItem("(e-mail address removed)", "", "", "Updated Form", "Here is
the updated form that you requested.");
I do not have outlook and cannot use that application. I need to do one of
two things. open my mail client and populate the To, subject and body. or I
need to open a webpage and post the path (URL) of the form.
XDocument.UI.ShowModalDialog("GateKeeperTest.aspx", XDocument, 800, 550);
using this code also throws an error message I have put the absolute path
the the page and the relative path. I have also attached the file as a
resource file, still no luck.
I have come across a post
(http://blog.advisor.com/blog/garydev.nsf/d6plinks/GDEF-64D3JL) that send an
email with lotus but it is in vb.
it does not need to be complicated.
Please.. help me.