Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Is there a way to open outlook and a NEW email message to a specified email address from vb.net? So say I make a LinkLabel, and when clicked, it opens outlook with a new email message with the "TO" field already filled in with my email address.

 

Thanks.

If it works... don't worry, I'll fix it.
  • *Experts*
Posted
Private Sub LinkLabel1_LinkClicked(ByVal sender As System.Object, _
   ByVal e As System.Windows.Forms.LinkLabelLinkClickedEventArgs) Handles LinkLabel1.LinkClicked
       Process.Start("mailto:junior@kwic.com?subject=Enter Subject Here")
End Sub

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...