|
-
Oct 15th, 2002, 09:40 AM
#1
Thread Starter
Fanatic Member
Opening Outlook - Sending an email
When the user clicks on an image I would like the application to open up outlook with our email address in the .To box.
Can anyone help?
Thanks in advance
-
Oct 15th, 2002, 10:49 AM
#2
New Member
Try creating a link and using the address of:
mailto:[email protected]
-
Oct 15th, 2002, 11:12 AM
#3
Thread Starter
Fanatic Member
It's a windows application.
-
Dec 6th, 2002, 06:24 AM
#4
Addicted Member
Heh, heh. Had me puzzled for a while too. I knew I'd seen a property of the hyperlink control that told it where to go, but I couldn't for the life of me find it. Then it dawned on me that it must only be for Web Forms.
Anyway, enough ranting. Will this do ya?You can all the usual other stuff at the end of the link too, like ?subject=...&body=...
-
Dec 6th, 2002, 08:54 AM
#5
Registered User
You actually dont have to instantiate the object ....
System.Diagnostics.Process.Start("mailto:[email protected]")
...is enough
-
Dec 6th, 2002, 06:29 PM
#6
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|