public class GrouperClientEmail extends Object
| Constructor and Description |
|---|
GrouperClientEmail() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
try an email
|
void |
send()
send the email
|
GrouperClientEmail |
setBody(String theBody)
set the body
|
GrouperClientEmail |
setFrom(String theFrom)
set the from address
|
GrouperClientEmail |
setSubject(String theSubject)
set subject
|
GrouperClientEmail |
setTo(String theToAddress)
set the to address
|
public GrouperClientEmail setTo(String theToAddress)
theToAddress - public GrouperClientEmail setSubject(String theSubject)
theSubject - public GrouperClientEmail setBody(String theBody)
theBody - public GrouperClientEmail setFrom(String theFrom)
theFrom - public static void main(String[] args)
args - public void send()
Copyright © 2014 Internet2. All rights reserved.