IDomainSystemHostSendMail Method |
Sends the mail message using a host specific SMTP server.
The From e-mail address may be overridden by the host.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxvoid SendMail(
MailMessage message
)
Sub SendMail (
message As MailMessage
)
void SendMail(
MailMessage^ message
)
abstract SendMail :
message : MailMessage -> unit
Parameters
- message
- Type: MailMessage
The message.
See Also