TextBodyPart Constructor
Creates a new instance of TextBodyPart object from the specified MimePart object.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public TextBodyPart(
	MimePart src
)

Parameters

src
Type: MailBee.MimeMimePart
The MimePart object from which to create the text part.
Examples
A similar example (creating attachments from MIME parts) is available in GetEnvelopeItem(String, Boolean) method documentation.
See Also