Uses of Class
org.opends.server.util.EMailMessage.MimeTextSubType
-
Packages that use EMailMessage.MimeTextSubType Package Description org.opends.server.util 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.MimeTextSubType Modifier and Type Method Description static EMailMessage.MimeTextSubType
EMailMessage.MimeTextSubType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EMailMessage.MimeTextSubType[]
EMailMessage.MimeTextSubType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opends.server.util with parameters of type EMailMessage.MimeTextSubType Modifier and Type Method Description static void
EMailMessage. 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).
-