Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.BodyType
-
-
Uses of BodyType in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core that return BodyType Modifier and Type Method Description BodyTypePropertySet. getRequestedBodyType()Gets type of body that should be loaded on item.Methods in microsoft.exchange.webservices.data.core with parameters of type BodyType Modifier and Type Method Description voidExchangeService. getAttachment(Attachment attachment, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)Gets the attachment.protected ServiceResponseCollection<GetAttachmentResponse>ExchangeService. getAttachments(Attachment[] attachments, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)Gets attachments.voidPropertySet. setRequestedBodyType(BodyType requestedBodyType)Sets type of body that should be loaded on item. -
Uses of BodyType in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return BodyType Modifier and Type Method Description static BodyTypeBodyType. valueOf(String name)Returns the enum constant of this type with the specified name.static BodyType[]BodyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BodyType in microsoft.exchange.webservices.data.core.request
Methods in microsoft.exchange.webservices.data.core.request that return BodyType Modifier and Type Method Description BodyTypeGetAttachmentRequest. getBodyType()Gets the type of the body.Methods in microsoft.exchange.webservices.data.core.request with parameters of type BodyType Modifier and Type Method Description voidGetAttachmentRequest. setBodyType(BodyType bodyType)Sets the body type. -
Uses of BodyType in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex that return BodyType Modifier and Type Method Description BodyTypeMessageBody. getBodyType()Gets the type of the message body's text.BodyTypeUniqueBody. getBodyType()Gets the type of the unique body's text.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type BodyType Modifier and Type Method Description protected voidAttachment. internalLoad(BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)Load the attachment.voidItemAttachment. load(BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)Loads this attachment.voidItemAttachment. load(BodyType bodyType, PropertyDefinitionBase... additionalProperties)Loads this attachment.voidMessageBody. setBodyType(BodyType bodyType)Sets the type of the message body's text.Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type BodyType Constructor Description MessageBody(BodyType bodyType, String text)Initializes a new instance.
-