Click or drag to resize

RelaySend(String, String, String, String, String) Method

Method for sending an email message with an attachment.

Namespace: IO.Objects.Email.SMTP
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
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