ERMessage Class Reference

Collaboration diagram for ERMessage:

Collaboration graph
[legend]

List of all members.

Classes

interface  Delegate

Public Member Functions

void _deliveryFailed (Throwable failure)
void _deliverySucceeded ()
void _invalidRecipients (NSArray< String > invalidRecipientAddresses)
String allRecipientsAsString (boolean includeBcc, int maxAddresses) throws MessagingException
String allRecipientsAsString (boolean includeBcc) throws MessagingException
String allRecipientsAsString () throws MessagingException
String contextString ()
MimeMessage mimeMessage ()
Address[] recipients (Message.RecipientType recipientType) throws MessagingException
String recipientsAsString (Message.RecipientType recipientType, int maxAddresses) throws MessagingException, AddressException
String recipientsAsString (Message.RecipientType recipientType) throws MessagingException, AddressException
void setContextString (String contextString)
void setDelegate (ERMessage.Delegate delegate)
void setDeleteFlag () throws MessagingException
void setMimeMessage (MimeMessage m)
void setUserInfo (NSDictionary< String, Object > userInfo)
boolean shouldSendMessage ()
String toString ()
NSDictionary< String, Object > userInfo ()

Private Attributes

String _contextString
ERMessage.Delegate _delegate
MimeMessage _message
NSDictionary< String, Object > _userInfo


Detailed Description

ERMessage represents an email message.

Member Function Documentation

void _deliveryFailed ( Throwable  failure  ) 

Called by ERMailSender

void _deliverySucceeded (  ) 

Called by ERMailSender

void _invalidRecipients ( NSArray< String invalidRecipientAddresses  ) 

Called by ERMailSender

String allRecipientsAsString ( boolean  includeBcc,
int  maxAddresses 
) throws MessagingException

String allRecipientsAsString ( boolean  includeBcc  )  throws MessagingException

String allRecipientsAsString (  )  throws MessagingException

String contextString (  ) 

MimeMessage mimeMessage (  ) 

Address [] recipients ( Message.RecipientType  recipientType  )  throws MessagingException

Parameters:
recipientType which can be: Message.RecipientType.To, Message.RecipientType.CC, or Message.RecipientType.BCC

String recipientsAsString ( Message.RecipientType  recipientType,
int  maxAddresses 
) throws MessagingException, AddressException

String recipientsAsString ( Message.RecipientType  recipientType  )  throws MessagingException, AddressException

void setContextString ( String  contextString  ) 

void setDelegate ( ERMessage.Delegate  delegate  ) 

void setDeleteFlag (  )  throws MessagingException

void setMimeMessage ( MimeMessage  m  ) 

void setUserInfo ( NSDictionary< String, Object >  userInfo  ) 

boolean shouldSendMessage (  ) 

String toString (  ) 

NSDictionary<String, Object> userInfo (  ) 


Member Data Documentation

ERMessage.Delegate _delegate [private]

MimeMessage _message [private]

NSDictionary<String, Object> _userInfo [private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:22 2012 for Project Wonder by  doxygen 1.5.8