C
castle8000
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
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