Click or drag to resize

MimeRelatedRoot Property

Root mime object. This element should be processed first. Parts collection contains this element.

Namespace:  Limilabs.Mail.MIME
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MimeBase Root { get; }

Property Value

Type: MimeBase
Remarks
E.g. if E-mail is HTML e-mail with embedded pictures, root will contain html body. All images will be placed in the 'parts' collection.
See Also