Imports an item in exchange format to specified exchange folder. 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 ImportItem ( _
	folderId As EwsFolderId, _
	itemData As Byte() _
) As EwsItemId
C#
public EwsItemId ImportItem(
	EwsFolderId folderId,
	byte[] itemData
)

Parameters

folderId
Type: Rebex.Net..::..EwsFolderId
ID of a folder where to import the item.
itemData
Type: array<System..::..Byte>[]()[][]
Raw data of an item to import (usually obtained by method).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also