Uses of Class
microsoft.exchange.webservices.data.core.enumeration.search.ContainmentMode
-
Packages that use ContainmentMode Package Description microsoft.exchange.webservices.data.core.enumeration.search microsoft.exchange.webservices.data.search.filter -
-
Uses of ContainmentMode in microsoft.exchange.webservices.data.core.enumeration.search
Methods in microsoft.exchange.webservices.data.core.enumeration.search that return ContainmentMode Modifier and Type Method Description static ContainmentModeContainmentMode. 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. -
Uses of ContainmentMode in microsoft.exchange.webservices.data.search.filter
Methods in microsoft.exchange.webservices.data.search.filter that return ContainmentMode Modifier and Type Method Description ContainmentModeSearchFilter.ContainsSubstring. getContainmentMode()Gets the containment mode.Methods in microsoft.exchange.webservices.data.search.filter with parameters of type ContainmentMode Modifier and Type Method Description voidSearchFilter.ContainsSubstring. setContainmentMode(ContainmentMode containmentMode)sets the ContainmentMode.Constructors in microsoft.exchange.webservices.data.search.filter with parameters of type ContainmentMode Constructor Description ContainsSubstring(PropertyDefinitionBase propertyDefinition, String value, ContainmentMode containmentMode, ComparisonMode comparisonMode)Initializes a new instance of the class.
-