J
Johan Machielse
Dear reader,
See next piece of code (written in C#):
MAPI.Session mapiSession = new MAPI.Session();
mapiSession.Logon(null, null, false, false, 0, false, "");
The call mapiSession.Logon() throws the following exception:
[Collaboration Data Objects - [E_INVALIDARG(80070057)]
What can I do to solve this problem; which arguments do I have to pass?
Thank you in advance,
Johan Machielse
Avanade
See next piece of code (written in C#):
MAPI.Session mapiSession = new MAPI.Session();
mapiSession.Logon(null, null, false, false, 0, false, "");
The call mapiSession.Logon() throws the following exception:
[Collaboration Data Objects - [E_INVALIDARG(80070057)]
What can I do to solve this problem; which arguments do I have to pass?
Thank you in advance,
Johan Machielse
Avanade