Property Parent
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. |