Package net.bluemind.backend.mail.api
Class MessageBody
java.lang.Object
net.bluemind.backend.mail.api.MessageBody
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static enum
-
Field Summary
Modifier and TypeFieldDescriptionint
int
boolean
True with real attachments, false if all attachments are inline -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MessageBody
of
(String subject, MessageBody.Part structure) toString()
-
Field Details
-
guid
-
subject
-
smartAttach
public boolean smartAttachTrue with real attachments, false if all attachments are inline -
date
-
created
-
size
public int size -
headers
-
recipients
-
messageId
-
references
-
structure
-
preview
-
bodyVersion
public int bodyVersion
-
-
Constructor Details
-
MessageBody
public MessageBody()
-
-
Method Details