MapiMailMessage.Files Property

QsInformatica.Utils

MapiMailMessageFiles Property

Gets the file list for this mail message.

Namespace:  QsInformatica.Utils
Assembly:  QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public ArrayList Files { get; }
Public ReadOnly Property Files As ArrayList
	Get
public:
property ArrayList^ Files {
	ArrayList^ get ();
}
member Files : ArrayList with get

Property Value

Type: ArrayList
See Also