M Menachem Bazian Aug 17, 2006 #1 Does anyone know if you can write a custom action DLL using VB and not C++?
K Ken Slovak - [MVP - Outlook] Aug 17, 2006 #2 As far as I know they have to be written in unmanaged C++.
M Menachem Bazian Aug 17, 2006 #3 As far as I know they have to be written in unmanaged C++. Click to expand... OK. Do you know if it is possible to flip the READ status of an incoming message to UNREAD if it is marked READ?
As far as I know they have to be written in unmanaged C++. Click to expand... OK. Do you know if it is possible to flip the READ status of an incoming message to UNREAD if it is marked READ?
K Ken Slovak - [MVP - Outlook] Aug 17, 2006 #4 Item.Unread is read/write but you have to change it at a point when nothing else is accessing it or you get conflict errors.
Item.Unread is read/write but you have to change it at a point when nothing else is accessing it or you get conflict errors.
M Menachem Bazian Aug 18, 2006 #5 Item.Unread is read/write but you have to change it at a point when nothing else is accessing it or you get conflict errors. Click to expand... Yeah, that makes sense. I think I need to find C++ programmer who has experience in this who could write something...
Item.Unread is read/write but you have to change it at a point when nothing else is accessing it or you get conflict errors. Click to expand... Yeah, that makes sense. I think I need to find C++ programmer who has experience in this who could write something...