Gets or sets the parent of this entity.

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

Syntax

Visual Basic
Public Property Parent As MimeEntity
	Get
	Set
C#
public MimeEntity Parent { get; set; }

Field Value

The parent of this entity, or null if this is a top-level entity.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also