getting EML filename of an outlook item?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top