コード例 #1
0
 public static MapiFolderPath GenerateFolderPath(string parentFolderName, MapiFolderPath subFolderPath)
 {
     return(MapiFolderPath.GenerateFolderPath(parentFolderName, subFolderPath, true));
 }
コード例 #2
0
 public static MapiFolderPath GenerateFolderPath(MapiFolderPath parentFolerPath, string subFolderName)
 {
     return(MapiFolderPath.GenerateFolderPath(parentFolerPath, subFolderName, true));
 }