I've got code below which creates a lotus notes folder from VBA
Set NView = NMailDb.GetView(sNotesDestinationFolder)
NMailDb.EnableFolder (sNotesDestinationFolder)
And then I do a refresh
NUIWorkspace.VIEWREFRESH
However, when I look at the mailbox ( it is a shared mailbox ) , the view does not get refreshed with the newly created folder. The user has to log in and out of the lotus notes mailbox to pick up the new folder.
Any idea's how to pick this up ?
Thanks
Set NView = NMailDb.GetView(sNotesDestinationFolder)
NMailDb.EnableFolder (sNotesDestinationFolder)
And then I do a refresh
NUIWorkspace.VIEWREFRESH
However, when I look at the mailbox ( it is a shared mailbox ) , the view does not get refreshed with the newly created folder. The user has to log in and out of the lotus notes mailbox to pick up the new folder.
Any idea's how to pick this up ?
Thanks