Search

Search enumeration

Search namespace of the ActiveSync protocol

public enum Search

Values

Name Value Description
Search 5 Identifies the body of the HTTP POST as containing a Search command (section 2.2.2.14). It is the top-level element in the XML stream.
Store 7 Contains elements that specify the location, string, and options for the search.
Name 8 Specifies the store to search.
Query 9 Specifies the keywords to use for matching the entries in the store that is being searched.
Options 10 Contains the search options.
Range 11 Specifies the maximum number of matching entries to return.
Status 12 Indicates the result of an operation.
Response 13 Contains the search results that are returned from the server.
Result 14 Serves a container for an individual matching mailbox item.
Properties 15 Contains the properties that are returned for item(s) in the response.
Total 16 Provides an estimate of the total number of mailbox entries that matched the search Query element (section 2.2.3.129) value.
EqualTo 17 Contains a property and a value that are compared for equality during a search.
Value 18 Specifies the value that is to be used in a comparison.
And 19 Specifies items on which to perform an AND operation.
Or 20 Specifies items on which to perform an OR operation.
FreeText 21 Specifies a string value for which to search.
DeepTraversal 23 Indicates that the client wants the server to search all subfolders for the folders that are specified in the query.
LongId 24 Specifies a unique identifier that is assigned by the server to each result set that is returned.
RebuildResults 25 Forces the server to rebuild the search folder (2) that corresponds to a given query.
LessThan 26 Specifies a property and a value that are compared for a “less than” condition during a search.
GreaterThan 27 Specifies a property and a value that are compared for a “greater than” condition during a search.
UserName 30 Specifies the user account used to search the document from the document library.
Password 31 Specifies the password for the given UserName (section 2.2.3.177.2).
ConversationId 32 Specifies the conversation for which to search.
Picture 33 Indicates that the client is requesting that contact photos be returned in the server response.
MaxSize 34 Limits the size of contact photos returned in the server response.
MaxPictures 35 Limits the number of contact photos returned in the server response.

See Also