SearchResultProperties

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.

public class SearchResultProperties

Constructors

Name Description
SearchResultProperties() The default constructor.

Properties

Name Description
Body { get; } Specifies a free-form, variable-length data field associated with a stored item on the server.
BodyPart { get; } Specifies details about the message part of an e-mail in a response.
DataContainer { get; } Contains data elements from the content classes.
Picture { get; set; } Contains the data related to the contact photos.
RightsManagementLicense { get; set; } Contains the rights policy template settings for the template applied to the e-mail message being synchronized.

See Also