| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
MimeContent |
Item.getMimeContent()
Gets the native Multipurpose Internet Mail Extensions (MIME) stream of an object that is represented in base64Binary format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.setMimeContent(MimeContent mimeContent)
Sets the native Multipurpose Internet Mail Extensions (MIME) stream of an object that is represented in base64Binary format.
|
| Constructor and Description |
|---|
Appointment(MimeContent mimeContent)
Initializes a new instance of the Appointment class.
|
Contact(MimeContent mimeContent)
Initializes a new instance of the Contact class.
|
Item(MimeContent mimeContent)
Initializes a new instance of the Item class.
|
Journal(MimeContent mimeContent)
Instantiates a new journal.
|
Message(MimeContent mimeContent)
Initializes a new instance of the Message class.
|
Note(MimeContent mimeContent)
Initializes a new instance of the Note class.
|
Task(MimeContent mimeContent)
Initializes a new instance of the Task class.
|