| Package | Description |
|---|---|
| org.simplejavamail.outlookmessageparser.model |
| Modifier and Type | Method and Description |
|---|---|
List<OutlookRecipient> |
OutlookMessage.getBccRecipients()
Retrieves a list of
OutlookRecipient objects that represent the BCC recipients of the message. |
List<OutlookRecipient> |
OutlookMessage.getCcRecipients()
Retrieves a list of
OutlookRecipient objects that represent the CC recipients of the message. |
List<OutlookRecipient> |
OutlookMessage.getRecipients()
Bean getter for
OutlookMessage.recipients. |
List<OutlookRecipient> |
OutlookMessage.getToRecipients()
Retrieves a list of
OutlookRecipient objects that represent the CC recipients of the message. |
| Modifier and Type | Method and Description |
|---|---|
void |
OutlookMessage.addRecipient(OutlookRecipient recipient) |
Copyright © 2017–2022. All rights reserved.