Neokernel API

MIMEMessage Constructor

Currently, the attachments are assumed to be ASCII text.

MIMEMessage(
   string from,
   string to,
   string message,
   Hashtable attachments
);

Parameters

from
What will appear in the From: header.
to
The recipient to send the message to.
message
The body of the email msg.
attachments
A hashtable of attachments, the keys are used as the names of the attachments. Currently, only txt/ascii is supported.

See Also

MIMEMessage Class | com.neokernel.email Namespace | MIMEMessage Constructor Overload List