| 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
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
Examples See Also
See Also