UPDATED Send Email from within VB full source
allows you to send email with one line of code from your vb app.
Rate UPDATED Send Email from within VB full source
(8(8 Vote))
visit www.xmetrix.net/xmail to download the control
'xmail.ocx syntax
xmail1.sendmail [recipient],[from],[subject],[body]
'xmail.ocx usage
Public Sub Command1_Click()
xmail.sendmail "[email protected]","[email protected]","This is my subject", "This should appear in the message of the email."
End Sub
UPDATED Send Email from within VB full source Comments
No comments yet — be the first to post one!
Post a Comment