Defines types of Exchange items.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Enumeration EwsItemType
C#
public enum EwsItemType

Members

Member nameDescription
Supported by the .NET Compact FrameworkUnknown
Item type is unknown.
Supported by the .NET Compact FrameworkMessage
Message.
Supported by the .NET Compact FrameworkContact
Contact.
Supported by the .NET Compact FrameworkCalendarItem
Calendar item.
Supported by the .NET Compact FrameworkTask
Task.
Supported by the .NET Compact FrameworkPost
Post.
Supported by the .NET Compact FrameworkDistributionList
Distribution list.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also