Gets the information about a message with default set of properties retrieved.

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

Syntax

Visual Basic
Public Function GetMessageInfo ( _
	itemId As EwsItemId _
) As EwsMessageInfo
C#
public EwsMessageInfo GetMessageInfo(
	EwsItemId itemId
)

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of a message to get info about.

Return Value

EwsMessageInfo object containing specified set of information about the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also