| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public static @interface EmailControl.Send
Method for sending an email.
| Required Element Summary | |
|---|---|
 String | 
to
The list of To recipients.  | 
| Optional Element Summary | |
|---|---|
 String | 
attachments
The list of files to send as attachments.  | 
 String | 
bcc
The list of BCC recipients.  | 
 String | 
body
A string containing the body of the e-mail.  | 
 String | 
cc
The list of CC recipients.  | 
 String | 
contentType
A string containing the content-type of the body.  | 
 String | 
subject
A string containing the subject of the e-mail.  | 
| Element Detail | 
|---|
public abstract String to
public abstract String cc
public abstract String bcc
public abstract String subject
public abstract String body
public abstract String contentType
public abstract String attachments
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||