removeAttachment method
Removes the specified attachment info
Implementation
void removeAttachment(AttachmentInfo info) {
attachments.remove(info);
removePart(info.part);
}
Removes the specified attachment info
void removeAttachment(AttachmentInfo info) {
attachments.remove(info);
removePart(info.part);
}