I’m wanting to support creation of emails via web services but I’m not sure what the best approach would be. Do I create my own web service, override DocumentManagement and put the CreateEmail method in there? I thought I would just model this method on CreateDocument but not sure how I get it to create an Email subtype. Would I just set .fType to “Email”?
I am working through the Creating a New Service and Creating a New SDO pages for CS 10.5 but don't really see how it should hang together.
Any pointers would be greatly appreciated.