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

Uses of ContainmentMode in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return ContainmentMode
 ContainmentMode SearchFilter.ContainsSubstring.getContainmentMode()
          Gets the containment mode.
static ContainmentMode ContainmentMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContainmentMode[] ContainmentMode.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 ContainmentMode
 void SearchFilter.ContainsSubstring.setContainmentMode(ContainmentMode containmentMode)
          sets the ContainmentMode.
 

Constructors in microsoft.exchange.webservices.data with parameters of type ContainmentMode
SearchFilter.ContainsSubstring(PropertyDefinitionBase propertyDefinition, String value, ContainmentMode containmentMode, ComparisonMode comparisonMode)
          Initializes a new instance of the class.
 



Copyright © 2012. All Rights Reserved.