Method GetListFileNames
GetListFileNames(OutlookDataObject, string)
Gets the list of file names from the OutlookDataObject.
public static List<string> GetListFileNames(OutlookDataObject odo, string targetDirectoryPath = null)
Parameters
odo
OutlookDataObjectThe OutlookDataObject.
targetDirectoryPath
stringThe target directory path to save the files. If null, the files will be saved in the My Documents folder.