Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.BodyType

Packages that use BodyType
microsoft.exchange.webservices.data.core   
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.core.request   
microsoft.exchange.webservices.data.property.complex   
 

Uses of BodyType in microsoft.exchange.webservices.data.core
 

Methods in microsoft.exchange.webservices.data.core that return BodyType
 BodyType PropertySet.getRequestedBodyType()
          Gets type of body that should be loaded on item.
 

Methods in microsoft.exchange.webservices.data.core with parameters of type BodyType
 void ExchangeService.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.
 void PropertySet.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
static BodyType BodyType.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
 BodyType GetAttachmentRequest.getBodyType()
          Gets the type of the body.
 

Methods in microsoft.exchange.webservices.data.core.request with parameters of type BodyType
 void GetAttachmentRequest.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
 BodyType UniqueBody.getBodyType()
          Gets the type of the unique body's text.
 BodyType MessageBody.getBodyType()
          Gets the type of the message body's text.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type BodyType
protected  void Attachment.internalLoad(BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Load the attachment.
 void ItemAttachment.load(BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Loads this attachment.
 void ItemAttachment.load(BodyType bodyType, PropertyDefinitionBase... additionalProperties)
          Loads this attachment.
 void MessageBody.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
MessageBody(BodyType bodyType, String text)
          Initializes a new instance.
 



Copyright © 2012–2015 Microsoft. All rights reserved.