Defines message types.

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

Syntax

Visual Basic
Public Enumeration EwsMessageType
C#
public enum EwsMessageType

Members

Member nameDescription
Supported by the .NET Compact FrameworkUnknown
Message type is unknown.
Supported by the .NET Compact FrameworkMessage
Ordinary mail message.
Supported by the .NET Compact FrameworkMeetingRequest
Meeting request message.
Supported by the .NET Compact FrameworkMeetingResponse
Meeting response message.
Supported by the .NET Compact FrameworkMeetingCancellation
Meeting cancellation message.
Supported by the .NET Compact FrameworkItem
Indicates that the message is pseudo-message which represents an item.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also