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

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

Syntax

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

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of a message to get info about.
fields
Type: Rebex.Net..::..EwsItemFields
Set of item properties to be retrieved.

Return Value

EwsItemInfo object containing specified set of information about the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also