I am able to access User Made Folder as:
NotesView folder = _notesDatabase.GetView(folderName);
NotesDocument folderDoc = folder.GetFirstDocument();
But problem is that it can consist of "Mail","Calendar" and "To Do".
I am not able to differentiate them. Any ideas?