public static MapiFolderPath GenerateFolderPath(string parentFolderName, MapiFolderPath subFolderPath) { return(MapiFolderPath.GenerateFolderPath(parentFolderName, subFolderPath, true)); }
public static MapiFolderPath GenerateFolderPath(MapiFolderPath parentFolerPath, string subFolderName) { return(MapiFolderPath.GenerateFolderPath(parentFolerPath, subFolderName, true)); }