I'm using VB2005 and am trying to make the text of 2 textboxes send to my email when the user clicks on a button below. I found this code online but I am not sure about the objMessage part and the entire first line.
Set objMessage = CreateObject("C DO.Message")
objMessage.Subj ect = "Subject"
objMessage.Send er = "EmailAddress@D omain.com"
objMessage.To = "EmailAddress@D omain.com"...
User Profile
Collapse
-
Understanding a code -vb 2005
-
Sending user's inputted information from textbox to e-mail using vb 2005
Hi all, I have created a program on vb 2005 where the user can input their information into 2 textboxes and then submit the information by clicking on a button under the text boxes. The idea of this program is to collect user information so I was wondering if it was possible to send the information to my e-mail address or somewhere else where I could possibly receive it, thank you for your help.
No activity results to display
Show More