Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public TextBodyPart(
MimePart src
)
Public Sub New (
src As MimePart
)
Parameters
- src
- Type: MailBee.MimeMimePart
The MimePart object from which to create the text part.
Examples See Also