|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContainmentMode | |
|---|---|
| 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 | |
|---|---|
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. |
| Uses of ContainmentMode in microsoft.exchange.webservices.data.search.filter |
|---|
| Methods in microsoft.exchange.webservices.data.search.filter that return ContainmentMode | |
|---|---|
ContainmentMode |
SearchFilter.ContainsSubstring.getContainmentMode()
Gets the containment mode. |
| Methods in microsoft.exchange.webservices.data.search.filter with parameters of type ContainmentMode | |
|---|---|
void |
SearchFilter.ContainsSubstring.setContainmentMode(ContainmentMode containmentMode)
sets the ContainmentMode. |
| Constructors in microsoft.exchange.webservices.data.search.filter with parameters of type ContainmentMode | |
|---|---|
SearchFilter.ContainsSubstring(PropertyDefinitionBase propertyDefinition,
String value,
ContainmentMode containmentMode,
ComparisonMode comparisonMode)
Initializes a new instance of the class. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||