Uses of Class
com.mailosaur.models.MessageAddress
Packages that use MessageAddress
Package
Description
This package contains the models classes for MailosaurClient.
-
Uses of MessageAddress in com.mailosaur.models
Methods in com.mailosaur.models that return types with arguments of type MessageAddressModifier and TypeMethodDescriptionMessage.bcc()Gets the blind carbon-copied recipients for email messages.MessageSummary.bcc()Gets the blind carbon-copied recipients for email messages.Message.cc()Gets the carbon-copied recipients for email messages.MessageSummary.cc()Gets the carbon-copied recipients for email messages.Message.from()Gets the sender of the message.MessageSummary.from()Gets the sender of the message.Metadata.rcptTo()Gets the recipient email addresses, each referred to as a 'forward-path', provided via the RCPT command during the SMTP transaction.Message.to()Gets the recipients of the message.MessageSummary.to()Gets the recipients of the message.Constructor parameters in com.mailosaur.models with type arguments of type MessageAddressModifierConstructorDescriptionMessage(String type, List<MessageAddress> from, List<MessageAddress> to, String subject, String server, com.google.api.client.util.DateTime received) This constructor used for Mailosaur library tests only