I want to use the following VB5 statement in a little programme:
set objSession = createobject(“MAPI.Session”)
If I use the programme on a WIN95 system, or a WINNT 4 system, it works fine; if I use it on a citrix system, I get an error, althoughthere is an Exchange client that works fine.
How can I solve this problem ?