parts property
The child MIME message parts of this part.
This only applies to container MIME message parts, for example multipart / *
. For non- container MIME message part types, such as text/plain
,
this field is empty. For more information, see RFC 1521.
Implementation
core.List<MessagePart>? parts;