VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



One line code : Send Email

by Sukedi Suud (1 Submission)
Category: Miscellaneous
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 15th October 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

One line code : Send Email

API Declarations



Private Sub Form_Initialize()
Set Web = CreateObject("InternetExplorer.Application")

End Sub


Rate One line code : Send Email



 Web.Navigate "mailto:[email protected]?Subject=Test"


Download this snippet    Add to My Saved Code

One line code : Send Email Comments

No comments have been posted about One line code : Send Email. Why not be the first to post a comment about One line code : Send Email.

Post your comment

Subject:
Message:
0/1000 characters