Uses of Class
microsoft.exchange.webservices.data.BodyType

Uses of BodyType in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data 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.
 BodyType PropertySet.getRequestedBodyType()
          * Gets type of body that should be loaded on items.
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.
 

Methods in microsoft.exchange.webservices.data with parameters of type BodyType
protected  void ExchangeService.getAttachment(Attachment attachment, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Gets the attachment.
protected  ServiceResponseCollection<microsoft.exchange.webservices.data.GetAttachmentResponse> ExchangeService.getAttachments(Attachment[] attachments, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Gets attachments.
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.
 void PropertySet.setRequestedBodyType(BodyType requestedBodyType)
          Sets type of body that should be loaded on items.
 

Constructors in microsoft.exchange.webservices.data with parameters of type BodyType
MessageBody(BodyType bodyType, String text)
          * Initializes a new instance.
 



Copyright © 2012. All Rights Reserved.