Click or drag to resize

ServerChannelSendMail Method (String, String)

Sends a mail message using the "default" SMTP mail session.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void SendMail(
	string subject,
	string text
)

Parameters

subject
Type: SystemString
The subject of the mail message.
text
Type: SystemString
The text of the mail message.

Implements

IMailServicesSendMail(String, String)
Exceptions
ExceptionCondition
ArgumentNullException An argument is null.
See Also