I want to do following things:
If recipient address not exist in exchange ,redirect to a@test.com
If recipient address meet specific pattern , redirect to b@test.com
Thank in advance!
I have a Shell Namespace Extension C++ COM DLL that must have both a 32 bit and 64 bit version installed on a 64 bit machine, because when 32 bit applications perform a file- open the dialog that is presented is a 32 bit shell. The problem is that both my 32 bit and 64 bit COM objects have the same progid and the VS setup project will throw an…