|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MessageBody in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return MessageBody | |
|---|---|
MessageBody |
ResponseMessage.getBody()
* Gets the body of the response. |
MessageBody |
PostReply.getBody()
Gets the body of the post reply. |
MessageBody |
Item.getBody()
Gets the body of this item. |
MessageBody |
CancelMeetingMessage.getBody()
* Gets the body of the response. |
MessageBody |
CalendarResponseMessage.getBody()
Gets the body of the response. |
MessageBody |
ResponseMessage.getBodyPrefix()
* Gets the body prefix of this response. |
MessageBody |
PostReply.getBodyPrefix()
Gets the body prefix that should be prepended to the original post item's body. |
static MessageBody |
MessageBody.getMessageBodyFromText(String textBody)
Defines an implicit conversation between a string and MessageBody. |
| Methods in microsoft.exchange.webservices.data with parameters of type MessageBody | |
|---|---|
void |
PostItem.forward(MessageBody bodyPrefix,
EmailAddress... toRecipients)
Forwards the post item. |
void |
EmailMessage.forward(MessageBody bodyPrefix,
EmailAddress... toRecipients)
* Forwards the message. |
void |
Appointment.forward(MessageBody bodyPrefix,
EmailAddress... toRecipients)
Forwards the appointment. |
void |
PostItem.forward(MessageBody bodyPrefix,
Iterable<EmailAddress> toRecipients)
Forwards the post item. |
void |
EmailMessage.forward(MessageBody bodyPrefix,
Iterable<EmailAddress> toRecipients)
* Forwards the message. |
void |
Appointment.forward(MessageBody bodyPrefix,
Iterable<EmailAddress> toRecipients)
Forwards the appointment. |
static String |
MessageBody.getStringFromMessageBody(MessageBody messageBody)
* Defines an implicit conversion of MessageBody into a string. |
void |
PostItem.postReply(MessageBody bodyPrefix)
Posts a reply to this post item. |
void |
PostItem.reply(MessageBody bodyPrefix,
boolean replyAll)
Replies to the post item. |
void |
EmailMessage.reply(MessageBody bodyPrefix,
boolean replyAll)
* Replies to the message. |
void |
Appointment.reply(MessageBody bodyPrefix,
boolean replyAll)
Replies to the organizer and/or the attendees of the meeting. |
void |
ResponseMessage.setBody(MessageBody value)
Sets the body. |
void |
PostReply.setBody(MessageBody value)
Sets the body. |
void |
Item.setBody(MessageBody value)
Sets the body. |
void |
CancelMeetingMessage.setBody(MessageBody value)
Sets the body. |
void |
CalendarResponseMessage.setBody(MessageBody value)
Sets the body. |
void |
ResponseMessage.setBodyPrefix(MessageBody value)
Sets the body prefix. |
void |
PostReply.setBodyPrefix(MessageBody value)
Sets the body prefix. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||