ContactsViewType Class

Definition

The ContactsViewType class represents the settings that are used to return contact items based on their alphabetical display names.

public ref class ContactsViewType : ExchangeWebServices::BasePagingType
public class ContactsViewType : ExchangeWebServices.BasePagingType
Public Class ContactsViewType
Inherits BasePagingType
Inheritance
ContactsViewType

Remarks

This type is only used in FindItem operation requests.

Constructors

ContactsViewType()

The ContactsViewType constructor initializes a new instance of the ContactsViewType class.

Properties

FinalName

The FinalName property sets the last name in a contacts list to return in a FindItem response. This property is optional.

InitialName

The InitialName property sets the first name in a contacts list to return in a FindItem response. This property is optional.

MaxEntriesReturned

The MaxEntriesReturned property gets or sets the maximum number of results to return in a FindItem response.

(Inherited from BasePagingType)
MaxEntriesReturnedSpecified

The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request.

(Inherited from BasePagingType)

Applies to