P
Patrick Long
A while back i asked on here how I could do the equivalent of a mailto:
fr4om Compact Framework. I was "helpfully" told that it could be done with
such-and-such 3rd party product.
Well i did not want to use a 3rd party product for what i thought was
something fairly simple. Well i am glad to say it is fairly simple and can
be done with a combination of two techniques.
1. Implement some P/Invoke to ShellExecute see here:
http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=263
2.Call TMail.exe (the Outlook Mail Client) with or without command line
params
see here: http://www.nsbasic.com/ce/info/nsbce/technotes/TN17.htm
Job done.
HTH
Pat Long
fr4om Compact Framework. I was "helpfully" told that it could be done with
such-and-such 3rd party product.
Well i did not want to use a 3rd party product for what i thought was
something fairly simple. Well i am glad to say it is fairly simple and can
be done with a combination of two techniques.
1. Implement some P/Invoke to ShellExecute see here:
http://www.opennetcf.org/Forums/topic.asp?TOPIC_ID=263
2.Call TMail.exe (the Outlook Mail Client) with or without command line
params
see here: http://www.nsbasic.com/ce/info/nsbce/technotes/TN17.htm
Job done.
HTH
Pat Long