MimeMessage.Parent Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9448)
Parent
Gets or sets the parent of this entity. Inherited from MimeEntity.
Declaration
public MimeEntity Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| MimeEntity | The parent of this entity, or null if this is a top-level entity. |