The OpenD Programming Language

MimeAttachment

Representation of an email attachment.

Members

Variables

content
const(ubyte)[] content;
filename
string filename;
id
string id;
type
string type;

e.g. text/plain

Meta