Sets the inner message of this entity to the specified message.

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

Syntax

Visual Basic
Public Sub SetContent ( _
	entity As MimeEntity _
)
C#
public void SetContent(
	MimeEntity entity
)

Parameters

entity
Type: Rebex.Mime..::..MimeEntity
Entity.

Remarks

Media type is set to 'message/rfc822'.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also