Location of an Email attachment

M

mookashi

hi,
i would like to know when we attach a file to an email where is th
attached file stored locally. is there a way i can access i
programmatically?
Normally it is stored in
C:\Documents and Settings\administrator\Local Settings\Temp\
but can this be done without hardcoding it. from the registry fo
instance
 
D

Dmitry Streblechenko \(MVP\)

Attachments are stored inside of the messages unless you add attachments by
reference rather than value.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Top