Uses of Class
adams.core.net.EmailAddress

Packages that use EmailAddress
adams.core.net   
adams.data.io.input   
adams.flow.sink   
adams.flow.transformer   
adams.gui.dialog   
 

Uses of EmailAddress in adams.core.net
 

Fields in adams.core.net declared as EmailAddress
protected  EmailAddress[] Email.m_BCC
          the BCC recipients.
protected  EmailAddress[] Email.m_CC
          the CC recipients.
protected  EmailAddress Email.m_From
          the sender.
protected  EmailAddress[] Email.m_To
          the recipients.
 

Methods in adams.core.net that return EmailAddress
 EmailAddress[] Email.getBCC()
          Returns the BCC recipients.
 EmailAddress[] Email.getCC()
          Returns the CC recipients.
 EmailAddress Email.getFrom()
          Returns the sender.
 EmailAddress[] Email.getTo()
          Returns the TO recipients.
 EmailAddress EmailContact.toEmailAddress()
          Turns the contact into an email address.
 

Methods in adams.core.net with parameters of type EmailAddress
 EmailContact EmailAddressBook.getContact(EmailAddress address)
          Returns the contact associated with the email address, null if not found.
 EmailContact EmailAddressBook.getContact(EmailAddress address, EmailContact defValue)
          Returns the contact associated with the given email address, the default value if not found.
protected  javax.mail.internet.MimeMessage JavaMailSendEmail.newMessage(EmailAddress fromAddress, EmailAddress[] toAddress, EmailAddress[] ccAddress, EmailAddress[] bccAddress, String subject)
          Creates a new email message.
protected  javax.mail.internet.MimeMessage JavaMailSendEmail.newMessage(EmailAddress fromAddress, EmailAddress[] toAddress, EmailAddress[] ccAddress, EmailAddress[] bccAddress, String subject)
          Creates a new email message.
protected  javax.mail.internet.MimeMessage JavaMailSendEmail.newMessage(EmailAddress fromAddress, EmailAddress[] toAddress, EmailAddress[] ccAddress, EmailAddress[] bccAddress, String subject)
          Creates a new email message.
protected  javax.mail.internet.MimeMessage JavaMailSendEmail.newMessage(EmailAddress fromAddress, EmailAddress[] toAddress, EmailAddress[] ccAddress, EmailAddress[] bccAddress, String subject)
          Creates a new email message.
 

Constructors in adams.core.net with parameters of type EmailAddress
Email(EmailAddress from, EmailAddress[] to, EmailAddress[] cc, EmailAddress[] bcc, String subject, String body, File[] attachments)
          Initializes the email.
Email(EmailAddress from, EmailAddress[] to, EmailAddress[] cc, EmailAddress[] bcc, String subject, String body, File[] attachments)
          Initializes the email.
Email(EmailAddress from, EmailAddress[] to, EmailAddress[] cc, EmailAddress[] bcc, String subject, String body, File[] attachments)
          Initializes the email.
Email(EmailAddress from, EmailAddress[] to, EmailAddress[] cc, EmailAddress[] bcc, String subject, String body, File[] attachments)
          Initializes the email.
Email(EmailAddress from, EmailAddress[] to, String subject, String body, File[] attachments)
          Initializes the email.
Email(EmailAddress from, EmailAddress[] to, String subject, String body, File[] attachments)
          Initializes the email.
Email(EmailAddress from, EmailAddress to, String subject, String body)
          Initializes the email.
Email(EmailAddress from, EmailAddress to, String subject, String body, File[] attachments)
          Initializes the email.
 

Uses of EmailAddress in adams.data.io.input
 

Methods in adams.data.io.input that return EmailAddress
protected  EmailAddress[] PropertiesEmailFileReader.getAddresses(Properties props, String key)
          Reads the email addresses from the specified property.
 

Uses of EmailAddress in adams.flow.sink
 

Fields in adams.flow.sink declared as EmailAddress
protected  EmailAddress[] Email.m_BCC
          Deprecated. the recipients (BCC).
protected  EmailAddress[] Email.m_CC
          Deprecated. the recipients (CC).
protected  EmailAddress[] Email.m_Recipients
          Deprecated. the recipients.
protected  EmailAddress Email.m_Sender
          Deprecated. the sender.
 

Methods in adams.flow.sink that return EmailAddress
 EmailAddress[] Email.getBCC()
          Deprecated. Returns the BCC recipients.
 EmailAddress[] Email.getCC()
          Deprecated. Returns the CC recipients.
 EmailAddress[] Email.getRecipients()
          Deprecated. Returns the recipients.
 EmailAddress Email.getSender()
          Deprecated. Returns the sender.
 

Methods in adams.flow.sink with parameters of type EmailAddress
 void Email.setBCC(EmailAddress[] value)
          Deprecated. Sets the BCC recipients.
 void Email.setCC(EmailAddress[] value)
          Deprecated. Sets the CC recipients.
 void Email.setRecipients(EmailAddress[] value)
          Deprecated. Sets the recipients.
 void Email.setSender(EmailAddress value)
          Deprecated. Sets the sender.
 

Uses of EmailAddress in adams.flow.transformer
 

Fields in adams.flow.transformer declared as EmailAddress
protected  EmailAddress[] CreateEmail.m_BCC
          the recipients (BCC).
protected  EmailAddress[] CreateEmail.m_CC
          the recipients (CC).
protected  EmailAddress[] CreateEmail.m_Recipients
          the recipients.
protected  EmailAddress CreateEmail.m_Sender
          the sender.
 

Methods in adams.flow.transformer that return EmailAddress
 EmailAddress[] CreateEmail.getBCC()
          Returns the BCC recipients.
 EmailAddress[] CreateEmail.getCC()
          Returns the CC recipients.
 EmailAddress[] CreateEmail.getRecipients()
          Returns the recipients.
 EmailAddress CreateEmail.getSender()
          Returns the sender.
 

Methods in adams.flow.transformer with parameters of type EmailAddress
 void CreateEmail.setBCC(EmailAddress[] value)
          Sets the BCC recipients.
 void CreateEmail.setCC(EmailAddress[] value)
          Sets the CC recipients.
 void CreateEmail.setRecipients(EmailAddress[] value)
          Sets the recipients.
 void CreateEmail.setSender(EmailAddress value)
          Sets the sender.
 

Uses of EmailAddress in adams.gui.dialog
 

Methods in adams.gui.dialog that return EmailAddress
 EmailAddress[] ComposeEmailDialog.getBCC()
          Returns the BCC recipients.
 EmailAddress[] ComposeEmailPanel.getBCC()
          Returns the BCC recipients.
 EmailAddress[] ComposeEmailDialog.getCC()
          Returns the CC recipients.
 EmailAddress[] ComposeEmailPanel.getCC()
          Returns the CC recipients.
 EmailAddress ComposeEmailDialog.getFrom()
          Returns the current from address.
 EmailAddress ComposeEmailPanel.getFrom()
          Returns the current from address.
 EmailAddress[] ComposeEmailDialog.getTO()
          Returns the recipients.
 EmailAddress[] ComposeEmailPanel.getTO()
          Returns the recipients.
 

Methods in adams.gui.dialog with parameters of type EmailAddress
 void ComposeEmailDialog.setBCC(EmailAddress[] value)
          Sets the BCC recipients.
 void ComposeEmailPanel.setBCC(EmailAddress[] value)
          Sets the BCC recipients.
 void ComposeEmailDialog.setCC(EmailAddress[] value)
          Sets the CC recipients.
 void ComposeEmailPanel.setCC(EmailAddress[] value)
          Sets the CC recipients.
 void ComposeEmailDialog.setFrom(EmailAddress value)
          Sets the "from" email address.
 void ComposeEmailPanel.setFrom(EmailAddress value)
          Sets the "from" email address.
 void ComposeEmailDialog.setTO(EmailAddress[] value)
          Sets the recipients.
 void ComposeEmailPanel.setTO(EmailAddress[] value)
          Sets the recipients.
 



Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.