RelaySend(String, String, String, String, String) Method |
Method for sending an email message with an attachment.
Namespace: IO.Objects.Email.SMTPAssembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax public void Send(
string sender,
string recipient,
string subject,
string message,
string attachment
)
Parameters
- sender String
- Originator email address.
- recipient String
- Recipient email address.
- subject String
- Subject of the email message.
- message String
- Email message body.
- attachment String
- Attachment file name.
See Also