An NDoc Documented Class Library

OutlookEmitter.doComponentBegin Method 

This method is called when the parser recognise a component begin. Actually, in the OutlookEmitter, this happens only for the VEVENT component (rfc2445)

public void doComponentBegin(
   Token t
);

Parameters

t
The Token is a class prepared by the parser which contains all the information about the component begin (see the iCalendar parser project for more information)

Implements

IEmitter.doComponentBegin

See Also

OutlookEmitter Class | RemoteCalendars.Core Namespace