Hi Peter,
I am evaluating version 3.2 of InTheHand on Windows Mobile 5 Smartphone device and came across what I think is a bug unless I am missing something.
When accessing CallDetails from CallHistory, the value of CallDetails.Outgoing is always returned as 'true', even for incoming calls. At the same time CallDetails.CallType is correctly set for Incoming or Outgoing depending on the call.
Initially, I was trying to use the code:
CallDetails cdt;
bool Incoming;
if (cdt.Outgoing)
Incoming = false;
else
Incoming = true;
But this doesn't work.
I can do a workaround by using CallType but why CallDetails.Outgoing is always set to 'true' ? I can see that this value is taken directly from iom, so may be it an issue with Microsoft...
I am using Orange SPV c600 with Windows Mobile 5, AKU 2 & CF2 SP2
Regards,
Andreiaf