Dart.Mail Namespace > Multipart Class : Html Property |
The first HTML part is returned by this property; parts are searched "depth before breadth". When read and no "text/html" part is found, an empty string is returned.
When set to a non-empty string and no part is found, a new Htmlpart is created and added to Parts. If set to null or an empty string and a "text/html" part is found, the part is removed.