
public interface Message
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
Properties |
getProperties() |
List<String> |
getRecipients() |
String |
getSubject() |
String |
getText() |
void |
setContentType(String contentType) |
void |
setSubject(String subject) |
void |
setText(String text) |
static final String TEXT
static final String HTML
Copyright © 2012 The Beangle Software Group. All Rights Reserved.