Package | Description |
---|---|
com.neurosys.messenger.email | |
com.neurosys.messenger.email.service |
Modifier and Type | Method and Description |
---|---|
static EmailMultiPartBuilder.Part.MultiPartType |
EmailMultiPartBuilder.Part.MultiPartType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailMultiPartBuilder.Part.MultiPartType[] |
EmailMultiPartBuilder.Part.MultiPartType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.mail.Multipart |
EmailMultiPartBuilder.getMultiPartMessage(EmailMultiPartBuilder.Part.MultiPartType multiPartType) |
Modifier and Type | Method and Description |
---|---|
static EmailMessage |
MailerService.constructEmailMessageFromTemplate(EmailMultiPartBuilder.Part.MultiPartType multiPartType,
ContentType contentType,
EmailMessage templateMessage,
List<EmailMultiPartBuilder.Part> emailContentParts)
A convenience Util that creates an
EmailMessage from some basic info |
Copyright © 2018. All rights reserved.