Results 1 to 3 of 3

Thread: [RESOLVED] Making an Email Link

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    25

    Resolved [RESOLVED] Making an Email Link

    Hi,

    Would someone be able to tell me the code required to open the user's email client, with an email address in the sibject line within VB.Net. (just like if you click on an email address on the internet)

    I assumed there would be an option similar to how webpages are opened using System code... but couldn't find it.

    Thanks in advance.
    Last edited by Jellyhead365; Oct 28th, 2006 at 11:41 AM. Reason: Resolved

  2. #2
    Hyperactive Member
    Join Date
    Aug 2003
    Location
    Wigan, UK
    Posts
    291

    Re: [2005] Making an Email Link

    Use a LinkLabel with this code in the LinkClicked procedure
    VB Code:
    1. Process.Start("Mailto: youremail.com")

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2006
    Posts
    25

    Re: [2005] Making an Email Link

    Perfect. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width