MessageContact Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The MessageContact type identifies senders and recipients in messaging operations. MessageContact contains a URI and name. The URI can be used to obtain a contact object and to get VCard and other contact information.

Syntax

<MessageContact>
    <URI />
    <Name />
</MessageContact>

Complex Type Elements

Element

Data type

Description

URI

xs:anyURI

The URI of the contact, in this case a Groove identity URL. You can use it to obtain more information about this contact, including their VCard. If the MessageContact is used to represent a recipient, the URI must reference a contact in the Known Contacts list for the identity. Note that the validity of the URI is not checked when a MessageContact is created.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value required by operation.

  • Events: value provided by events.

Name

xs:string

The name of the contact. The name is an optional parameter.

The usage of this element depends on the context:

  • Read operation: value provided by operation.

  • Create operation: value ignored by operation.

  • Events: value provided by events.

See Also

Reference

GrooveContacts Web Service

Concepts

Accessing Contacts

Accessing Workspace Members

Accessing Groove Messages