In The Hand LtdIn The Hand
Send Method (from, recipients, subject, body)
NamespacesInTheHand.Net.MailSmtpClientSend(String, String, String, String)
.NET Components for Mobility
Sends the specified e-mail message to an SMTP server for delivery. The message sender, recipients, subject, and message body are specified using String objects.
Declaration Syntax
C#Visual Basic
public void Send(
	string from,
	string recipients,
	string subject,
	string body
)
Public Sub Send ( _
	from As String, _
	recipients As String, _
	subject As String, _
	body As String _
)
Parameters
from (String)
A String that contains the address information of the message sender.
recipients (String)
A String that contains the addresses that the message is sent to.
subject (String)
A String that contains the subject line for the message.
body (String)
A String that contains the message body.

Assembly: InTheHand.Net (Module: InTheHand.Net) Version: 7.0.0.0