Discussion:
how to get full file name of attchment
(too old to reply)
sachin
2009-01-02 07:27:00 UTC
Permalink
if the attachment file name is long then the MAPI given short version of the
file name ( is DOS fashion )
for example it gives "RMDLLP~1.PDF" instead of its full name ..
does anyone know how to extract full name of such files ?
sachin
2009-01-02 09:46:01 UTC
Permalink
i got the solution we have to use PR_ATTACH_LONG_FILENAME
Post by sachin
if the attachment file name is long then the MAPI given short version of the
file name ( is DOS fashion )
for example it gives "RMDLLP~1.PDF" instead of its full name ..
does anyone know how to extract full name of such files ?
Loading...