TextBodyPartText Property |
Gets or sets the contents of the text part as a string.
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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