I’m trying to analyze all atts of all incoming and outgoingemails… so I register in a server extension manager
the EM_NSFNOTEUPDATEMAILBOX event.
The problem is that when I call NSFNoteExtractFile I always
get “Specified database is not currently open”…
The DB Handle is OK (I call NSFNoteGetInfo(hNote,_NOTE_DB,&hdb) )
so it seems that there is something bad in getting an
attachment before updating the note.
Any comment will be great.
TIA.