|
Posted by S.Kumar on May 9, 2007, 10:34 am
Please log in for more thread options
Hi All,
Thanks all in advance..
I am writing a plugin for POOM, adding a custom field in Contacts. This came
as a success and could able to do it. But while syncing this additional
custom filed is not syncing with the desktop. So I started wtiting an
ActiveSync Service for this custom filed. I thought it might be easy. But
when I dig further a lot many problems arise.
I'm getting the custom field data by calling GetIDsFromNames() and
GetItemFromOidEx(). the oid's I'm getting from poomobj->get_oid().
I'm not able to get the required information for populating the OBJTYPEINFO
in GetObjTypeInfo().
The CEOID I'm getting in the ObjectNotify is not at all matching with the
oid's. I'm stuck up totally and couldn't able to move further.
Like to get the information how to implement this feature. Is it possible to
do this in WM 5.0? Appreciate for the valid reply. Will be good if aby one
can refer somebody who already did this..
Thanking you..
|