Click or drag to resize

Search Enumeration

Search namespace of the ActiveSync protocol

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum Search
Members
  Member nameValueDescription
Search5 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.
Store7 Contains elements that specify the location, string, and options for the search.
Name8 Specifies the store to search.
Query9 Specifies the keywords to use for matching the entries in the store that is being searched.
Options10 Contains the search options.
Range11 Specifies the maximum number of matching entries to return.
Status12 Indicates the result of an operation.
Response13 Contains the search results that are returned from the server.
Result14 Serves a container for an individual matching mailbox item.
Properties15 Contains the properties that are returned for item(s) in the response.
Total16 Provides an estimate of the total number of mailbox entries that matched the search Query element (section 2.2.3.129) value.
EqualTo17 Contains a property and a value that are compared for equality during a search.
Value18 Specifies the value that is to be used in a comparison.
And19 Specifies items on which to perform an AND operation.
Or20 Specifies items on which to perform an OR operation.
FreeText21 Specifies a string value for which to search.
DeepTraversal23 Indicates that the client wants the server to search all subfolders for the folders that are specified in the query.
LongId24 Specifies a unique identifier that is assigned by the server to each result set that is returned.
RebuildResults25 Forces the server to rebuild the search folder (2) that corresponds to a given query.
LessThan26 Specifies a property and a value that are compared for a "less than" condition during a search.
GreaterThan27 Specifies a property and a value that are compared for a "greater than" condition during a search.
UserName30 Specifies the user account used to search the document from the document library.
Password31 Specifies the password for the given UserName (section 2.2.3.177.2).
ConversationId32 Specifies the conversation for which to search.
Picture33 Indicates that the client is requesting that contact photos be returned in the server response.
MaxSize34 Limits the size of contact photos returned in the server response.
MaxPictures35 Limits the number of contact photos returned in the server response.
See Also