Dart.Mail Namespace > Multipart Class : Text Property |
When read and no "text/plain" part is found, an empty string is returned. Parts are searched "depth before breadth".
When set to a non-empty string and no part is found, a new Textpart is created and added to Parts. If set to null or an empty string and a "text/plain" part is found, the part is removed.