public interface MessageResource
| Modifier and Type | Method and Description |
|---|---|
void |
deleteMessage()
physically deleteMessage the resource
|
int |
getSize() |
void |
writeTo(OutputStream out)
write the message in mime format to the given output stream
this will usually be implemented as mimeMessage.writeTo(out);
|
void deleteMessage()
int getSize()
void writeTo(OutputStream out)
out - Copyright © 2021 McEvoy Software Ltd. All rights reserved.