Managing attachmnet files with same name and different content.
- by Pari
Hi,
I am extracting attachment from Inbox,Send,Drafts e.t.c. mails.
And saving them in a folder.
Using below logic:
http://stackoverflow.com/questions/1361695/how-to-access-attachments-from-notes-mail
But problem i am facing here is.
Attachment having same type and name but different content.
In current situation it is replacing old file with new one.
How i can uniquely manage this attachment for different mails.