Click or drag to resize

Relay Class

This class implements the IO.Interfaces.Messaging.Text.Relay interface, for sending an email message via the Unix program /usr/bin/mail.
Inheritance Hierarchy
SystemObject
  IO.Objects.Email.MailRelay

Namespace: IO.Objects.Email.Mail
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 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