| Package | Description |
|---|---|
| org.simplejavamail.api.email |
| Modifier and Type | Method and Description |
|---|---|
@Nullable CalendarMethod |
EmailPopulatingBuilder.getCalendarMethod() |
@Nullable CalendarMethod |
Email.getCalendarMethod() |
static CalendarMethod |
CalendarMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CalendarMethod[] |
CalendarMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmailPopulatingBuilder |
EmailPopulatingBuilder.withCalendarText(@NotNull CalendarMethod calendarMethod,
@NotNull String textCalendar)
Sets the optional calendar details that clients such as Outlook might be able to handle.
|
Copyright © 2009–2023. All rights reserved.