Click or drag to resize

Relay Class

This class implements the IO.Interfaces.Messaging.Text.Relay interface, for sending an email message via SMTP (Simple Mail Transfer Protocol).
Inheritance Hierarchy
SystemObject
  IO.Objects.Email.SMTPRelay

Namespace: IO.Objects.Email.SMTP
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public class Relay : Relay

The Relay type exposes the following members.

Constructors
 NameDescription
Public methodRelay Constructor for a single SMTP mail relay.
Top
Methods
 NameDescription
Public methodSend(String, String, String) Method for sending an email message.
Public methodSend(String, String, String, String) Method for sending an email message.
Public methodSend(String, String, String, String, String) Method for sending an email message with an attachment.
Top
See Also