This object represents an attachment to a Mail.
Constructor function.
var myObject = new MailAttachment();
var myObject = new MailAttachment(parameters);
Returns a copy of this MailAttachment.
myObject.clone();
var copyOfMyObject = myObject.clone();
Returns true if this MailAttachment and another are containing the same data.
myObject.equals(other);
if(myFirstObject.equals(mySecondObject)) //Do something
Returns a string representing this MailAttachment.
myObject.toString();
Console.print(myObject.toString());
This method is automatically called when trying to convert a MailAttachment to a string.
Policy to use when trying to kill a process.
A process priority.