Hi All, I have a custom mapi form implemented as an EXE Com Server supporting - MAPI form interfaces ( IPersistMessage, public IMAPIForm ) - MAPI Form viewer interfaces ( IMAPIMessageSite , IMAPIViewContext , IMAPIViewAdviseSink ) - MAPI Form manager ( IMAPIFormMgr ) After doing some processing and creating a new msg with simple MAPI , the message class is changed to IPM.Note and the standard Outlook form is then loaded. My problem is that the standard outlook form registered for IPM.NOTE is not sending an NewInspector event when it starts up. I am assuming that the NewInspector event is getting lost due to the fact that I have my own FormViewer and MAPI form called before the outlook form is called. Regards, movalgirl