Munts Technologies Linux Simple I/O Library for .Net Standard 2.0
Munts Technologies Linux Simple I/O Library for .Net Standard 2.0
Namespaces
IO.Objects.Email.Mail
Relay Class
Relay Methods
Send Method
Send(String, String, String) Method
Send(String, String, String, String) Method
Send(String, String, String, String, String) Method
Relay
Send(String, String, String, String) Method
Method for sending an email message.
Namespace:
IO.Objects.Email.Mail
Assembly:
libsimpleio (in libsimpleio.dll) Version: 2.2024.167.1
Syntax
C#
Copy
public
void
Send
(
string
sender
,
string
recipient
,
string
subject
,
string
message
)
Parameters
sender
String
Originator email address.
recipient
String
Recipient email address.
subject
String
Subject of the email message.
message
String
Email message body.
Implements
Relay
Send(String, String, String, String)
See Also
Reference
Relay Class
Send Overload
IO.Objects.Email.Mail Namespace