| Package | Description |
|---|---|
| ch.astorm.jotlmsg |
| Modifier and Type | Method and Description |
|---|---|
OutlookMessageRecipient.Type |
OutlookMessageRecipient.getType()
Returns the type of recipient.
|
static OutlookMessageRecipient.Type |
OutlookMessageRecipient.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutlookMessageRecipient.Type[] |
OutlookMessageRecipient.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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. |
List<OutlookMessageRecipient> |
OutlookMessage.getRecipients(OutlookMessageRecipient.Type type)
Returns all the recipients of the specified type.
|
void |
OutlookMessage.removeAllRecipients(OutlookMessageRecipient.Type type)
Removes all the recipients of the given type.
|
| Constructor and Description |
|---|
OutlookMessageRecipient(OutlookMessageRecipient.Type type,
String email)
Creates a new
OutlookMessageRecipient with the given type and
email and a null name. |
OutlookMessageRecipient(OutlookMessageRecipient.Type type,
String email,
String name)
Creates a new
OutlookMessageRecipient with the specified parameters. |
Copyright © 2020. All rights reserved.