CalendarReader methods

The CalendarReader type exposes the following members.

Methods

  Name Description
Protected method CheckDisposed The CheckDisposed(String) method checks if the specified calendar reader has been disposed.
Public method Close The Close method closes this CalendarReader structure and any resources it used to read iCalendar data.
Public method Dispose() The Dispose method releases all managed and unmanaged resources used by the CalendarReader.
Protected method Dispose(Boolean) The Dispose method releases the unmanaged resources used by the CalendarReader and optionally releases the managed resources.
Public method ReadFirstChildComponent The ReadFirstChildComponent method moves to the first child component of the current component.
Public method ReadNextComponent The ReadNextComponent method moves to the next component.
Public method ReadNextSiblingComponent The ReadNextSiblingComponent method moves to the next component that has the same parent as the current component.
Public method ResetComplianceStatus The ResetComplianceStatus method resets the ComplianceStatus of this CalendarReader structure.

Top

See also

Reference

CalendarReader class

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace