|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageBody | |
|---|---|
| microsoft.exchange.webservices.data.core.service.item | |
| microsoft.exchange.webservices.data.core.service.response | |
| microsoft.exchange.webservices.data.property.complex | |
| Uses of MessageBody in microsoft.exchange.webservices.data.core.service.item |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.item that return MessageBody | |
|---|---|
MessageBody |
Item.getBody()
Gets the body of this item. |
| Methods in microsoft.exchange.webservices.data.core.service.item 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. |
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 |
Item.setBody(MessageBody value)
Sets the body. |
| Uses of MessageBody in microsoft.exchange.webservices.data.core.service.response |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.response that return MessageBody | |
|---|---|
MessageBody |
ResponseMessage.getBody()
Gets the body of the response. |
MessageBody |
PostReply.getBody()
Gets the body of the post reply. |
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. |
| Methods in microsoft.exchange.webservices.data.core.service.response with parameters of type MessageBody | |
|---|---|
void |
ResponseMessage.setBody(MessageBody value)
Sets the body. |
void |
PostReply.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. |
| Uses of MessageBody in microsoft.exchange.webservices.data.property.complex |
|---|
| Methods in microsoft.exchange.webservices.data.property.complex that return MessageBody | |
|---|---|
static MessageBody |
MessageBody.getMessageBodyFromText(String textBody)
Defines an implicit conversation between a string and MessageBody. |
| Methods in microsoft.exchange.webservices.data.property.complex with parameters of type MessageBody | |
|---|---|
static String |
MessageBody.getStringFromMessageBody(MessageBody messageBody)
Defines an implicit conversion of MessageBody into a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||