ContactsViewType Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |