Click or drag to resize

IEmailServiceSend Method (Message)

Sends an email message using arguments supplied in the properties of the Message class.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Send(
	Message message
)

Parameters

message
Type: NetQuarry.MailMessage
The Message object to send.
See Also