Hi,
is there a better way to retrieve all contacts folders from my public folder hierarchy (even from subfolders)? Currently I'm traversing the folder hierarchy recursively by reading all subfolders of a folder, checking if there are contact subfolders and so on. This is very expensive and time consuming...
thanks