Hey,
i had the same problem with Domino servers, i solved my problem by changing the FolderParse-Regex on source-code. Maybe that helps.
i had the same problem with Domino servers, i solved my problem by changing the FolderParse-Regex on source-code. Maybe that helps.
public static readonly Regex FolderParseRex = new Regex(@".*\((\\.*){0,}\)\s[""]?(.|[NIL]{3}|\\\\)[""]?\s[""]?([^""]*)[""]?", RegexOptions.IgnoreCase);