Uses of Enum Class
org.opends.server.util.EMailMessage.MimeTextSubType
Packages that use EMailMessage.MimeTextSubType
Package
Description
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
-
Uses of EMailMessage.MimeTextSubType in org.opends.server.util
Methods in org.opends.server.util that return EMailMessage.MimeTextSubTypeModifier and TypeMethodDescriptionstatic EMailMessage.MimeTextSubTypeReturns the enum constant of this class with the specified name.static EMailMessage.MimeTextSubType[]EMailMessage.MimeTextSubType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opends.server.util with parameters of type EMailMessage.MimeTextSubTypeModifier and TypeMethodDescriptionstatic voidEMailMessage.sendEmailMessage(Set<javax.mail.Session> mailServerSessions, String sender, Set<String> recipients, String subject, EMailMessage.MimeTextSubType mimeTextSubType, CharSequence body) Attempts to send this message to the intended recipient(s).