How to suppress $FILE synchronization

Hi All,

I am adding additional objects like pictures etc. referenced by a body to a Lotus Notes document while it is opening. Everything works fine. But the Lotus Notes client synchronizes these items ($FILE fields) in the background. I would like to suppress this background synchronization because I will delete these items when user is closing the document.

The addin is written using C-API.

Every hint is welcome.