MimeEntity.Parent Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9083)
Parent
Gets or sets the parent of this entity.
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. |