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

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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