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

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

Syntax

Visual Basic
Public Sub GetItem ( _
	itemId As EwsItemId, _
	filePath As String, _
	format As EwsItemFormat _
)
C#
public void GetItem(
	EwsItemId itemId,
	string filePath,
	EwsItemFormat format
)

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of an item to save.
filePath
Type: System..::..String
Path to a file where 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