Exports message in its exchange format. This method is supported in Exchange 2010 SP1 (14.1.218.15) and newer.

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

Syntax

Visual Basic
Public Function ExportItem ( _
	itemId As EwsItemId _
) As Byte()
C#
public byte[] ExportItem(
	EwsItemId itemId
)

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of an item to export.

Return Value

Raw data of the item.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also