Downloads and saves an item to specified stream in specified format.

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

Syntax

Visual Basic
Public Sub GetItem ( _
	itemId As EwsItemId, _
	output As Stream, _
	format As EwsItemFormat _
)
C#
public void GetItem(
	EwsItemId itemId,
	Stream output,
	EwsItemFormat format
)

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of an item to save.
output
Type: System.IO..::..Stream
Stream to which to save the item.
format
Type: Rebex.Net..::..EwsItemFormat
Format in which the item will be saved.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also