SearchResultProperties Class

The Search command response Properties is a container for properties that apply to an individual entry that matches the Query element search string. For example, the Properties element contains an element for each nonempty, text-valued GAL property that is attached to the matching GAL entry. Only those properties that are attached to the specific GAL entry are returned; therefore different sets of properties can be returned in the response XML for different matching GAL entries. Each element in the Properties container is scoped to the appropriate namespace that is specified in the top-level Search element.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerSearchResultProperties

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class SearchResultProperties

The SearchResultProperties type exposes the following members.

Constructors
  NameDescription
Public methodSearchResultProperties
Initializes a new instance of the SearchResultProperties class
Properties
  NameDescription
Public propertyBody
Specifies a free-form, variable-length data field associated with a stored item on the server.
Public propertyBodyPart
Specifies details about the message part of an e-mail in a response.
Public propertyDataContainer
Contains data elements from the content classes.
Public propertyPicture
Contains the data related to the contact photos.
Public propertyRightsManagementLicense
Contains the rights policy template settings for the template applied to the e-mail message being synchronized.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also