Click or drag to resize

EmailHandlerSend Method (MailMessage, Boolean, Boolean, String, String, Int32, Boolean, String)

Namespace:  Dynamicweb.Mailing
Assembly:  Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntax
public static bool Send(
	MailMessage mailMessage,
	bool logging,
	bool throwException,
	string username,
	string password,
	int port,
	bool useSsl,
	string host
)

Parameters

mailMessage
Type: System.Net.MailMailMessage
logging
Type: SystemBoolean
throwException
Type: SystemBoolean
username
Type: SystemString
password
Type: SystemString
port
Type: SystemInt32
useSsl
Type: SystemBoolean
host
Type: SystemString

Return Value

Type: Boolean
See Also