Uses of Class
pt.digitalis.dif.utils.mail.MailType

Packages that use MailType
pt.digitalis.dif.utils.mail   
 

Uses of MailType in pt.digitalis.dif.utils.mail
 

Methods in pt.digitalis.dif.utils.mail that return MailType
 MailType MailAction.getType()
          Inspector for the 'type' attribute.
static MailType MailType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MailType[] MailType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pt.digitalis.dif.utils.mail with parameters of type MailType
 boolean MailSender.sendEmail(MailType type, String from, String to, String cc, String bcc, String subject, String body, List<String> attachments, Map<String,String> images)
          Send an email.
 boolean MailSender.sendEmail(MailType type, String from, String to, String cc, String bcc, String subject, String body, List<String> attachments, Map<String,String> images, boolean disableErrorLog)
          Send an email.
 void MailAction.setType(MailType type)
          Modifier for the 'type' attribute.
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.