Uses of Class
microsoft.exchange.webservices.data.property.complex.MessageBody
-
-
Uses of MessageBody in microsoft.exchange.webservices.data.core.service.item
Methods in microsoft.exchange.webservices.data.core.service.item that return MessageBody Modifier and Type Method Description MessageBodyItem. getBody()Gets the body of this item.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type MessageBody Modifier and Type Method Description voidAppointment. forward(MessageBody bodyPrefix, Iterable<EmailAddress> toRecipients)Forwards the appointment.voidAppointment. forward(MessageBody bodyPrefix, EmailAddress... toRecipients)Forwards the appointment.voidEmailMessage. forward(MessageBody bodyPrefix, Iterable<EmailAddress> toRecipients)Forwards the message.voidEmailMessage. forward(MessageBody bodyPrefix, EmailAddress... toRecipients)Forwards the message.voidPostItem. forward(MessageBody bodyPrefix, Iterable<EmailAddress> toRecipients)Forwards the post item.voidPostItem. forward(MessageBody bodyPrefix, EmailAddress... toRecipients)Forwards the post item.voidPostItem. postReply(MessageBody bodyPrefix)Posts a reply to this post item.voidAppointment. reply(MessageBody bodyPrefix, boolean replyAll)Replies to the organizer and/or the attendees of the meeting.voidEmailMessage. reply(MessageBody bodyPrefix, boolean replyAll)Replies to the message.voidPostItem. reply(MessageBody bodyPrefix, boolean replyAll)Replies to the post item.voidItem. 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 Modifier and Type Method Description MessageBodyCalendarResponseMessage. getBody()Gets the body of the response.MessageBodyCancelMeetingMessage. getBody()Gets the body of the response.MessageBodyPostReply. getBody()Gets the body of the post reply.MessageBodyResponseMessage. getBody()Gets the body of the response.MessageBodyPostReply. getBodyPrefix()Gets the body prefix that should be prepended to the original post item's body.MessageBodyResponseMessage. getBodyPrefix()Gets the body prefix of this response.Methods in microsoft.exchange.webservices.data.core.service.response with parameters of type MessageBody Modifier and Type Method Description voidCalendarResponseMessage. setBody(MessageBody value)Sets the body.voidCancelMeetingMessage. setBody(MessageBody value)Sets the body.voidPostReply. setBody(MessageBody value)Sets the body.voidResponseMessage. setBody(MessageBody value)Sets the body.voidPostReply. setBodyPrefix(MessageBody value)Sets the body prefix.voidResponseMessage. 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 Modifier and Type Method Description static MessageBodyMessageBody. 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 Modifier and Type Method Description static StringMessageBody. getStringFromMessageBody(MessageBody messageBody)Defines an implicit conversion of MessageBody into a string.
-