Documentation

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
since

Exchange 2010 SP2

see
DefaultShapeNamesType

$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
since

Exchange 2007

$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
since

Exchange 2007

$SearchScope

Identifies the order and scope for a ResolveNames search.

public string $SearchScope
Tags
since

Exchange 2007

see
ResolveNamesSearchScopeType

$UnresolvedEntry

Contains the name of a contact or distribution list to resolve.

public string $UnresolvedEntry
Tags
since

Exchange 2007

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

        
On this page

Search results