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