TextBodyPartGetAsTextReader Method |
Returns
StringReader initialized with the text contents of this body part.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public TextReader GetAsTextReader()
Public Function GetAsTextReader As TextReader
Return Value
Type:
TextReaderStringReader object.
Remarks This helper method allows for using ICalVCard library to parse iCal data.
See IsICalendar topic for details.
See Also