Advertisement
2002VB Custom Controls/ Forms/ Menus #17987

UPDATED*** Send Email from within VB full source

allows you to send email with one line of code from your vb app.

AI

एआई सारांश: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

सोर्स कोड
original-source
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
मूल टिप्पणियाँ (3)
Wayback Machine से पुनर्प्राप्त