Search
OutlookImporter.ImportItems Method (String)
See Also
 





Imports all events from the specified Outlook folder to the associated schedule.

Namespace: MindFusion.Scheduling.Outlook
Assembly: MindFusion.Scheduling.Outlook

 Syntax

C#  Copy Code

public void ImportItems (
    string folderName
)

Visual Basic  Copy Code

Public Sub ImportItems( _
    folderName As String _
)

 Parameters

folderName
The name of the folder from which to import.

 See Also