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

Uses of BasePropertySet in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return BasePropertySet
 BasePropertySet PropertySet.getBasePropertySet()
          * Gets the base property set, the property set is based upon.
static BasePropertySet BasePropertySet.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BasePropertySet[] BasePropertySet.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 BasePropertySet
static PropertySet PropertySet.getPropertySetFromBasePropertySet(BasePropertySet basePropertySet)
          Implements an implicit conversion between PropertySet and BasePropertySet.
 void PropertySet.setBasePropertySet(BasePropertySet basePropertySet)
          Sets the base property set, the property set is based upon.
 

Constructors in microsoft.exchange.webservices.data with parameters of type BasePropertySet
PropertySet(BasePropertySet basePropertySet)
          Initializes a new instance of PropertySet.
PropertySet(BasePropertySet basePropertySet, Iterator<PropertyDefinitionBase> additionalProperties)
          Initializes a new instance of PropertySet.
PropertySet(BasePropertySet basePropertySet, PropertyDefinitionBase... additionalProperties)
          Initializes a new instance of PropertySet.
 



Copyright © 2012. All Rights Reserved.