Home > Archive > Smartphone Developer Forum > January 2006 > Contacts modification date
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Contacts modification date
|
|
| khamael@gmail.com 2006-01-24, 7:58 am |
| Hi,
Is there some way to verify if a poom item (contacts, task,
appointments) was modified? I mean, I don't want an event to be
catched, bla bla bla. Something more simple like a modification date,
revision number..
The POOM API doesn't seem to give me that.
I'm dumping the contents of that CEDB file, mxip_initdb.vol, but seems
that each record has 7 properties:
string=[[962301698]]
string=[[Ana maria]]
string=[[Ana maria]]
string=[[Ana maria ]]
string=[[Ana maria ]]
Unknown propid fffd0013!!!!
Unknown propid fffe0013!!!!
Any ideas? How does ActiveSync figures out what to sync? There's the
concept of changed item somewhere, I'm guessing...
regards,
Paulo
| |
| Peter Foot [MVP] 2006-01-24, 7:58 am |
| The underlying database doesn't contain last modification dates on
individual records.
Peter
--
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com
<khamael@gmail.com> wrote in message
news:1138102808.721552.265590@g47g2000cwa.googlegroups.com...
> Hi,
>
> Is there some way to verify if a poom item (contacts, task,
> appointments) was modified? I mean, I don't want an event to be
> catched, bla bla bla. Something more simple like a modification date,
> revision number..
> The POOM API doesn't seem to give me that.
> I'm dumping the contents of that CEDB file, mxip_initdb.vol, but seems
> that each record has 7 properties:
>
> string=[[962301698]]
> string=[[Ana maria]]
> string=[[Ana maria]]
> string=[[Ana maria ]]
> string=[[Ana maria ]]
> Unknown propid fffd0013!!!!
> Unknown propid fffe0013!!!!
>
> Any ideas? How does ActiveSync figures out what to sync? There's the
> concept of changed item somewhere, I'm guessing...
>
> regards,
> Paulo
>
|
|
|
|
|