Downloads and saves a message to specified path in MIME format.

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

Syntax

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

Parameters

itemId
Type: Rebex.Net..::..EwsItemId
ID of a message to save.
filePath
Type: System..::..String
Path to a file where to save the message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also