Loads a mail message from the supplied file.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public Sub Load ( _
	fileName As String _
)
C#
public void Load(
	string fileName
)

Parameters

fileName
Type: System..::..String
Path to the file to load the message from.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also