An NDoc Documented Class Library

OutlookEmitter Constructor 

Constructor of the OutlookEmitter. Requires a reference to the ApplicationClass (Outlook) and a string (it's the url of the RemoteCalendar, used to identify the AppointmentItems inside Outlook)

public OutlookEmitter(
   ApplicationClass application,
   RemoteCalendar calendar
);

Parameters

application
A reference to Outlook itself
calendar
The RemoteCalendar that will be added to Outlook

See Also

OutlookEmitter Class | RemoteCalendars.Core Namespace