During IReplObjHandler::SetPacket on desktop, a different object might be changed or created. How can you tell the ActiveSync manager to synchronize again so this object is picked up?
For example, when writing a new contact with a birthday into the desktop store, a recurring appointment may be automatically created. If the ActiveSync provider supports real-time notification, this change should be picked up automatically. Otherwise, the ActiveSync provider needs to call IReplNotify::OnItemNotify with the store’s ProgID and the object type of the changed/created object. The HREPLITEM can be passed as NULL.