Package net.bluemind.backend.mail.api
Class MessageBody
java.lang.Object
net.bluemind.backend.mail.api.MessageBody
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic enum - 
Field Summary
FieldsModifier and TypeFieldDescriptionintintbooleanTrue with real attachments, false if all attachments are inline - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic MessageBodyof(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