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

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