Gets the inner message of a 'message/rfc822' entity.

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

Syntax

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

Field Value

A MimeEntity; or null if this entity is not 'message/rfc822'.

Remarks

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also