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

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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