Custom Action DLL with VB?

  • Thread starter Thread starter Menachem Bazian
  • Start date Start date
M

Menachem Bazian

Does anyone know if you can write a custom action DLL using VB and not C++?
 
As far as I know they have to be written in unmanaged C++.
 
As far as I know they have to be written in unmanaged C++.

OK. Do you know if it is possible to flip the READ status of an incoming
message to UNREAD if it is marked READ?
 
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.

Yeah, that makes sense. I think I need to find C++ programmer who has
experience in this who could write something...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top