An NDoc Documented Class Library

OutlookEmitter Class

This class implements the IEmitter interface (see the iCalendar parser project at http://sourceforge.net/projects/icalparser). It's the main Parser for an iCalendar, it calls other class that implements the IEmitter interface to deploy a better job division so the code is more easy to understand and to mantain, using the Stack deisng pattern.

For a list of all members of this type, see OutlookEmitter Members.

System.Object
   RemoteCalendars.Core.OutlookEmitter

public class OutlookEmitter : IEmitter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: RemoteCalendars.Core

Assembly: RemoteCalendarsLibrary (in RemoteCalendarsLibrary.dll)

See Also

OutlookEmitter Members | RemoteCalendars.Core Namespace