Esempio n. 1
0
 public static MapiFolderPath GenerateFolderPath(string parentFolderName, MapiFolderPath subFolderPath)
 {
     return(MapiFolderPath.GenerateFolderPath(parentFolderName, subFolderPath, true));
 }
Esempio n. 2
0
 public static MapiFolderPath GenerateFolderPath(MapiFolderPath parentFolerPath, string subFolderName)
 {
     return(MapiFolderPath.GenerateFolderPath(parentFolerPath, subFolderName, true));
 }