MessageCategory Complex Type

Applies to: SharePoint Workspace 2010 | Visual Studio 2008

The MessageCategory type is an enumeration used to classify messages in the message store.

Syntax

The MessageCategory type has one of the following values:

    New
    Opened
    Sent
    Inbox
    All
    Unknown

Element

Data type

Description

New

xs:enumeration

Indicates an incoming message that has been received but has never been opened.

Opened

xs:enumeration

Indicates an incoming message that has been received and opened at least once.

Sent

xs:enumeration

Indicates an outgoing message sent by the account.

Inbox

xs:enumeration

Includes all incoming messages in the message store for the account. This value is used in the Read and other operations to specify that all incoming messages are to be included.

All

xs:enumeration

Includes all messages in the account's message store. This value is used in the Read and other operations to specify that all messages are to be included.

Unknown

xs:enumeration

The message type is unknown.

See Also

Reference

GrooveMessages Web Service

Concepts

Accessing Groove Messages