ContactsViewType Members
Include Protected Members
Include Inherited Members
The ContactsViewType class represents the settings that are used to return contact items based on their alphabetical display names.
The ContactsViewType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContactsViewType | The ContactsViewType constructor initializes a new instance of the ContactsViewType class. |
Top
Properties
Name | Description | |
---|---|---|
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.) |
Top