Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.EmailMessage

Packages that use EmailMessage
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
 

Uses of EmailMessage in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return EmailMessage
 EmailMessage EmailMessage.setReplyTo(EmailMessage.EmailAddress replyTo)
          Sets the reply-to header for the email.
 EmailMessage EmailMessage.setReplyTo(String name, String email)
          Sets the reply-to header for the email.
 

Methods in com.jivesoftware.community with parameters of type EmailMessage
 void EmailManager.send(EmailMessage message)
          Used to send an email message.
 

Uses of EmailMessage in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event that return EmailMessage
 EmailMessage EmailEvent.getEmailMessage()
          Returns the Clearspace email message that this email wraps.
 

Constructors in com.jivesoftware.community.event with parameters of type EmailMessage
EmailEvent(int eventType, Message message, EmailMessage emailMessage, Map<String,? extends Object> params)
          Creates a new email event.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.