| 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; }
Public ReadOnly Property Root As MimeBase
Get
public:
property MimeBase^ Root {
MimeBase^ get ();
}
member Root : MimeBase with get
Property Value
Type:
MimeBaseRemarks
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