| Package | Description |
|---|---|
| com.liferay.mail.kernel.service |
This package defines the portal mail service interfaces and utilities.
|
| com.liferay.mail.kernel.util |
This package defines the portal mail utility interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MailServiceUtil.addForward(long companyId,
long userId,
List<Filter> filters,
List<String> emailAddresses,
boolean leaveCopy) |
void |
MailService.addForward(long companyId,
long userId,
List<Filter> filters,
List<String> emailAddresses,
boolean leaveCopy) |
| Modifier and Type | Method and Description |
|---|---|
void |
Hook.addForward(long companyId,
long userId,
List<Filter> filters,
List<String> emailAddresses,
boolean leaveCopy) |