ContactsViewType
extends BasePagingType
in package
Defines a search for contact items based on alphabetical display names.
Table of Contents
Properties
- $FinalName : string
- Defines the last name in the contacts list to return in the response.
- $InitialName : string
- Defines the first name in the contacts list to return in the response.
- $MaxEntriesReturned : int
- Describes the maximum number of items or conversations to return in the response.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$FinalName
Defines the last name in the contacts list to return in the response.
public
string
$FinalName
If the FinalName attribute is omitted, the response will contain all subsequent contacts in the specified sort order. If the specified final name is not in the contacts list, the next alphabetical name as defined by the cultural context will be excluded.
For example, if FinalName="Name", but Name is not in the contacts list, contacts that have display names of Name1 or NAME will not be included.
This attribute is optional.
Tags
$InitialName
Defines the first name in the contacts list to return in the response.
public
string
$InitialName
If the specified initial name is not in the contacts list, the next alphabetical name as defined by the cultural context will be returned, except if the next name comes after FinalName.
If the InitialName attribute is omitted, the response will contain a list of contacts that starts with the first name in the contact list.
This attribute is optional.
Tags
$MaxEntriesReturned
Describes the maximum number of items or conversations to return in the response.
public
int
$MaxEntriesReturned
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed