TextBodyPartText Property
Gets or sets the contents of the text part as a string.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Text { get; set; }

Property Value

Type: String
A string containing the actual contents of the text part.
Examples
The example is available in TextBodyPartCollection topic.
See Also