Table of Contents

Method GetListFileNames

Namespace
Innova.Prism.Library.Mail
Assembly
Innova.Prism.Library.dll

GetListFileNames(OutlookDataObject, string)

Gets the list of file names from the OutlookDataObject.

public static List<string> GetListFileNames(OutlookDataObject odo, string targetDirectoryPath = null)

Parameters

odo OutlookDataObject

The OutlookDataObject.

targetDirectoryPath string

The target directory path to save the files. If null, the files will be saved in the My Documents folder.

Returns

List<string>

A list of file names.