SmtpAttachment

Implements mail message attachment.

Members

Functions

toString
string toString(string boundary)

Returns plain base64 represenation of the attachment. The representaiton is ready to be injected into the formatted SMTP message.

Variables

bytes
ubyte[] bytes;
Undocumented in source.
cid
string cid;
Undocumented in source.
filename
string filename;
Undocumented in source.

Meta