RelaySend(String, String, String, String, String) Method | 
            Method for sending an email message with an attachment.
            
Namespace: IO.Objects.Email.SMTPAssembly: libremoteio (in libremoteio.dll) Version: 2.2025.275.1
Syntaxpublic 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