Gets the inner message of this attachment if it is an attached message of "message/rfc822" content type.

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

Syntax

Visual Basic
Public ReadOnly Property ContentMessage As MailMessage
	Get
C#
public MailMessage ContentMessage { get; }

Field Value

The inner message of this attachment; or null if not available.

Remarks

To set the content of this attachment, use one of SetContent(Stream, String) or SetContentFromFile(String) methods.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also