InvitationMessageType Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The InvitationMessageType type is an enumeration that is used to distinguish invitations and invitation responses. It also distinguishes whether the information response is an accepted invitation, a declined invitation, or an accepted invitation that requires confirmation.

Syntax

Has one of the following values:

    ConfirmationRequired
    InvitationAccepted
    InvitationDeclined
    InvitationReceived

Value

Data type

Description

ConfirmationRequired

xs:enumeration

Indicates that the message is an invitation response, that the user has accepted the invitation, and that the acceptance requires confirmation.

InvitationAccepted

xs:enumeration

Indicates that the message is an invitation response and that the user has accepted the invitation.

InvitationDeclined

xs:enumeration

Indicates that the message is an invitation response and that the user has declined the invitation.

InvitationReceived

xs:enumeration

Indicates that the message is an invitation.

See Also

Reference

GrooveMessages Web Service

Concepts

Accessing Groove Messages