ResolveNamesType
extends BaseRequestType
in package
Defines a request to resolve ambiguous names.
Table of Contents
Properties
- $ContactDataShape : string
- Identifies the property set returned for contacts.
- $ParentFolderIds : NonEmptyArrayOfBaseFolderIdsType
- Contains an array of contact folder identifiers that would be searched if the SearchScope attribute is set to ActiveDirectoryContacts, Contacts, or ContactsActiveDirectory.
- $ReturnFullContactData : bool
- Describes whether the full contact details for public contacts for a resolved name are returned in the response.
- $SearchScope : string
- Identifies the order and scope for a ResolveNames search.
- $UnresolvedEntry : string
- Contains the name of a contact or distribution list to resolve.
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
$ContactDataShape
Identifies the property set returned for contacts.
public
string
$ContactDataShape
Tags
$ParentFolderIds
Contains an array of contact folder identifiers that would be searched if the SearchScope attribute is set to ActiveDirectoryContacts, Contacts, or ContactsActiveDirectory.
public
NonEmptyArrayOfBaseFolderIdsType
$ParentFolderIds
The ParentFolderIds array can only contain a single contact folder identifier. If the ParentFolderIds element is not present, the default Contacts folder is searched.
The folder identifier can be used for delegate access.
Active Directory searches are performed by using access control lists (ACLs). Some users might not have the rights to see some Active Directory objects.
This element is optional.
Tags
$ReturnFullContactData
Describes whether the full contact details for public contacts for a resolved name are returned in the response.
public
bool
$ReturnFullContactData
This attribute is required for public contacts. This value does not affect private contacts and private distribution lists, for which ItemId is always returned.
Tags
$SearchScope
Identifies the order and scope for a ResolveNames search.
public
string
$SearchScope
Tags
$UnresolvedEntry
Contains the name of a contact or distribution list to resolve.
public
string
$UnresolvedEntry
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