Uses of Class
com.microsoft.exchange.types.BodyType

Packages that use BodyType
com.microsoft.exchange.types   
 

Uses of BodyType in com.microsoft.exchange.types
 

Fields in com.microsoft.exchange.types declared as BodyType
protected  BodyType ItemType.body
           
protected  BodyType SmartResponseType.newBodyContent
           
protected  BodyType PostReplyItemType.newBodyContent
           
 

Methods in com.microsoft.exchange.types that return BodyType
 BodyType ObjectFactory.createBodyType()
          Create an instance of BodyType
 BodyType ItemType.getBody()
          Gets the value of the body property.
 BodyType SmartResponseType.getNewBodyContent()
          Gets the value of the newBodyContent property.
 BodyType PostReplyItemType.getNewBodyContent()
          Gets the value of the newBodyContent property.
 

Methods in com.microsoft.exchange.types with parameters of type BodyType
 void ItemType.setBody(BodyType value)
          Sets the value of the body property.
 void SmartResponseType.setNewBodyContent(BodyType value)
          Sets the value of the newBodyContent property.
 void PostReplyItemType.setNewBodyContent(BodyType value)
          Sets the value of the newBodyContent property.
 



Copyright © 2012 Jasig. All Rights Reserved.