getting EML filename of an outlook item?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi.

im trying to get the EML-filename of an outlook item via vb6 or vbscript.

this is the situation:
---------------------

dim item as outlook.contactitem
item = getAndOpenItem()
dim emlFileName as string

emlFileName = item.(?) <<< what do i have to insert here?

any ideas?

Thanks, regards

Fabian Werner
 
Back
Top