Our application contains an SBO that when fired will look at a documents attributes and then appropriately file the document in the correct location in the taxonomy. We have recently begun looking at enabling dm_message_archive objects in our repository. The SBO works fine with the dm_message_archive as they are essentially just a subtype of dm_document...however I notice that when I call the link(...) method on a dm_message_archive object, the hidden attachments folder stays behind. Does anybody know if there is a different link/move operation i can use for dm_message_archive options that will move the attachments folder as well? I'm sure I could just manually link for the folder too, but don't want to be responsible for folder renaming, etc if there is already an attachments folder in the target directory with the same name.
When using webtop I can use 'Add to Clipboard' and 'Move Here' and the hidden attachments is moved as well. I haven't quite figured out how Webtop is doing it yet.
Any advice would be appreciated.
Thanks!