Uses of Class
adams.core.net.EmailAddress
-
Packages that use EmailAddress Package Description adams.core.net adams.data.io.input adams.flow.sink.sendnotification adams.flow.transformer adams.gui.dialog adams.gui.visualization.multiobjectexport -
-
Uses of EmailAddress in adams.core.net
Fields in adams.core.net declared as EmailAddress Modifier and Type Field Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.Constructors in adams.core.net with parameters of type EmailAddress Constructor Description 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)
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 Modifier and Type Method Description protected EmailAddress[]
PropertiesEmailFileReader. getAddresses(Properties props, String key)
Reads the email addresses from the specified property. -
Uses of EmailAddress in adams.flow.sink.sendnotification
Fields in adams.flow.sink.sendnotification declared as EmailAddress Modifier and Type Field Description protected EmailAddress[]
Email. m_BCC
the recipients (BCC).protected EmailAddress[]
Email. m_CC
the recipients (CC).protected EmailAddress[]
Email. m_Recipients
the recipients.protected EmailAddress
Email. m_Sender
the sender.Methods in adams.flow.sink.sendnotification that return EmailAddress Modifier and Type Method Description EmailAddress[]
Email. getBCC()
Returns the BCC recipients.EmailAddress[]
Email. getCC()
Returns the CC recipients.EmailAddress[]
Email. getRecipients()
Returns the recipients.EmailAddress
Email. getSender()
Returns the sender.Methods in adams.flow.sink.sendnotification with parameters of type EmailAddress Modifier and Type Method Description void
Email. setBCC(EmailAddress[] value)
Sets the BCC recipients.void
Email. setCC(EmailAddress[] value)
Sets the CC recipients.void
Email. setRecipients(EmailAddress[] value)
Sets the recipients.void
Email. setSender(EmailAddress value)
Sets the sender. -
Uses of EmailAddress in adams.flow.transformer
Fields in adams.flow.transformer declared as EmailAddress Modifier and Type Field Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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. -
Uses of EmailAddress in adams.gui.visualization.multiobjectexport
Fields in adams.gui.visualization.multiobjectexport declared as EmailAddress Modifier and Type Field Description protected EmailAddress[]
EmailExport. m_Recipients
the recipients.protected EmailAddress
EmailExport. m_Sender
the sender.Methods in adams.gui.visualization.multiobjectexport that return EmailAddress Modifier and Type Method Description EmailAddress[]
EmailExport. getRecipients()
Returns the email addresses to send the output to.EmailAddress
EmailExport. getSender()
Returns the email address of the sender.Methods in adams.gui.visualization.multiobjectexport with parameters of type EmailAddress Modifier and Type Method Description void
EmailExport. setRecipients(EmailAddress[] value)
Sets the email addresses to send the output to.void
EmailExport. setSender(EmailAddress value)
Sets the email address of the sender.
-