TextBodyPartText Property |
Gets or sets the contents of the text part as a string.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Text { get; set; }
Public Property Text As String
Get
Set
Property Value
Type:
String
A string containing the actual contents of the text part.
Examples See Also