Click or drag to resize
MimeKit

MimeEntityBeginEventArgsParent Property

Get the parent Multipart if this entity is a child.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Multipart Parent { get; }

Property Value

Multipart
The parent Multipart.
Remarks
Gets the parent Multipart if this entity is a child.
See Also