Gets an error that occurred during message body parsing.

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

Syntax

Visual Basic
Public ReadOnly Property BodyParsingError As Exception
	Get
C#
public Exception BodyParsingError { get; }

Field Value

An error that occurred during message body parsing.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also