TextBodyPartIsICalendar Property
Gets if this body part contains iCal data entry (like meeting request or event).

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool IsICalendar { get; }

Property Value

Type: Boolean
true if this body part is an iCal data; otherwise, false.
Remarks

You can use GetAsTextReader method to get the contained iCal data in the form suitable for ICalVCard library.

For sample code and further details, see iCal and vCard Developer's Guide.

See Also