|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.calendar.MeetingRequest
This class represents a meeting request. A meeting can be created for a particular appointment. This class provides a way to alert recipients of the meeting.
Appointment.createMeetingRequest()
, Serialized FormMethod Summary | |
java.lang.String |
getBody()
Gets the body of the meeting request messages sent. |
Recipients |
getRecipients()
Gets the collection of recipients. |
void |
send()
Sends the meeting request using the SMTP mail server designated in calendar.properties . |
void |
send(java.lang.String sMailServer)
Sends the meeting request. |
void |
setBody(java.lang.String sBody)
Sets the body of the meeting request messages sent. |
void |
setDefaultBody()
Sets the message body to the default. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setDefaultBody()
calendar.properties
with meeting_request.body
.public java.lang.String getBody()
calendar.properties
.null
if not setpublic void setBody(java.lang.String sBody)
sBody
- the body of the meeting request messagepublic Recipients getRecipients()
public void send()
calendar.properties
.public void send(java.lang.String sMailServer)
sMailServer
- the name or IP address of the SMTP mail server to use (may not be null
or empty)
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |