displayName Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specifies the display name of the user who is located by the search request. When a child of VoIPReceived, contains the display name of a VoIP caller.

Syntax

<displayName>string value</displayName> 

Element Information

Parent Element

Element

Description

search

Searches for users.

Remarks

displayName is one of several fields that can be used to specify a user to search for. Two or more such search fields used in conjunction with the function Element element condition a search on multiple search criteria. For more information, see Contacts and Contact Groups.

This element can also be used to contain the display name of a user initiating a VoIP call invitation.

Examples

Example 1

The user is searching for all users whose displayName is 'jessa'. When only one search criteria is used, the function element is not necessary.

<search>
   <displayName>jessa</firstName>
   <emailAlias>
</search>

Example 2

A user has received a VoIP call invitation. Naoki Sato is the inviting user and her name is contained in the displayName element.

<cwaEvents eid="101">
   <conference confId="1">
      <voIPReceived>
          <displayName>Naoki Sato</DisplayName>
          <uri>SIP:naokiS@contoso.com</uri>
          <from>"naoki" &lt;naoki@contoso.com&gt;…</from>
          <redirectable>true</redirectable>
          <canReplyWithIM>true</canReplyWithIM>
      </voIPReceived>
   </conference>
</cwaEvents>

See Also

Concepts

search Element

firstName Element

lastName Element

emailAlias Element

function Element

searchResult Element