IAppContextSend Method (MailMessage, String) |
Sends an email message using the contents of the message object and the specified email service.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void Send(
MailMessage message,
string serviceName
)
Sub Send (
message As MailMessage,
serviceName As String
)
Parameters
- message
- Type: System.Net.MailMailMessage
A MailMessage object with values used to send the message. - serviceName
- Type: SystemString
The name of the email service to use.
See Also