EM_NIFOPENNOTE and R6

We have an R5 mail extension using the C API that registers EM_NIFOPENNOTE to perform processing before the note is displayed. In R6 this isn’t working. Anyone know why and/or how to fix it?

TIA

Jonathan

Subject: EM_NIFOPENNOTE and R6

You should also hook EM_NSFNOTEOPEN. For performance reasons, opening documents in the 6 client uses NSFNoteOpen whenever possible. Information that was previously obtained through NIFOpenNote is now deferred and only requested by the client if is needed. In general, the information was not necessary and was not used.