How can I get my app to be the receiver for records beamed from the built-in Address Book? The ExgRegisterData API doesn't seem to allow this, but only seems to support registering for extensions and MIME types _not_ already known to the system. If I call ExgRegisterData with my own creatorID and extension "vcf", then beam an address record from another unit, it still pops up with "Do you want to accept Foo into Address?", instead of "...into MyApp". And more specifically, I want to register and unregister my app to receive Address records (or ignore them) on a per-form basis. That is, I have one form where, if that form is active, I want all Address beams to go to my application, but if any other form is active (or my app isn't running) then I want Address beams to go to the real Address Book. Is any of this supported by the Exchange Manager API? -slj-
