Mime |
public MimeEntity Body { get; set; }
The body of the message can either be plain text or it can be a tree of MIME entities such as a text/plain MIME part and a collection of file attachments.
For a convenient way of constructing message bodies, see the BodyBuilder class.