Modifier and Type | Method and Description |
---|---|
MessageBody |
Item.getBody()
Gets the body of this item.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static MessageBody |
MessageBody.getMessageBodyFromText(String textBody)
Defines an implicit conversation between a string and MessageBody.
|
Modifier and Type | Method and Description |
---|---|
static String |
MessageBody.getStringFromMessageBody(MessageBody messageBody)
Defines an implicit conversion of MessageBody into a string.
|
Copyright © 2012–2015 Microsoft. All rights reserved.