Uses of Enum Class
org.alfresco.repo.imap.ImapService.EmailBodyFormat
Packages that use ImapService.EmailBodyFormat
-
Uses of ImapService.EmailBodyFormat in org.alfresco.repo.imap
Methods in org.alfresco.repo.imap that return ImapService.EmailBodyFormatModifier and TypeMethodDescriptionstatic ImapService.EmailBodyFormatReturns the enum constant of this class with the specified name.static ImapService.EmailBodyFormat[]ImapService.EmailBodyFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.alfresco.repo.imap with parameters of type ImapService.EmailBodyFormatModifier and TypeMethodDescriptionImapService.getDefaultEmailBodyTemplate(ImapService.EmailBodyFormat type) Returns a template for email body.ImapServiceImpl.getDefaultEmailBodyTemplate(ImapService.EmailBodyFormat type) AbstractMimeMessage.getEmailBodyText(ImapService.EmailBodyFormat type) Returns the text representing email body for ContentModel node.