| Package | Description |
|---|---|
| ch.astorm.jotlmsg |
| Modifier and Type | Method and Description |
|---|---|
OutlookMessageRecipient |
OutlookMessage.addRecipient(OutlookMessageRecipient.Type type,
String email)
Creates and add a new
OutlookMessageRecipient to this message. |
OutlookMessageRecipient |
OutlookMessage.addRecipient(OutlookMessageRecipient.Type type,
String email,
String name)
Creates and add a new
OutlookMessageRecipient to this message. |
| Modifier and Type | Method and Description |
|---|---|
List<OutlookMessageRecipient> |
OutlookMessage.getAllRecipients()
Returns all the recipients of this message.
|
List<OutlookMessageRecipient> |
OutlookMessage.getRecipients(OutlookMessageRecipient.Type type)
Returns all the recipients of the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutlookMessage.addRecipient(OutlookMessageRecipient recipient)
Add the specified
recipient to this message. |
void |
OutlookMessage.removeRecipient(OutlookMessageRecipient recipient)
Removes the specified
recipient from this message. |
Copyright © 2017. All rights reserved.