TextBodyPartGetAsTextReader Method
Returns StringReader initialized with the text contents of this body part.

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public TextReader GetAsTextReader()

Return Value

Type: TextReader
StringReader object.
Remarks

This helper method allows for using ICalVCard library to parse iCal data.

See IsICalendar topic for details.

See Also