CalendarReader Class

The CalendarReader class provides a forward-only non-cached reader for iCalendar data streams.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.ContentTypes.iCalendar.CalendarReader

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Class CalendarReader _
    Implements IDisposable
'Usage
Dim instance As CalendarReader
public class CalendarReader : IDisposable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.