Hello Techies--
I am adding to my existing .NET web service. Two use cases describe the need for my web service to manipulate MIME type files (or "to be" files) on the fly. In a nutshell, here are the scenarios:
1. A new email will be generated from another application and assigned an identifier. (read:The identifer will be stored under CUSTOM5)
2. The content of an existing stored email must be retrieved and passed to another application.
In the first case, I will be given the basic four profile details as a string--I'll also be given the email content as a string along with what I'll need to store in CUSTOM5.
In the second case, I will need to open the actual email by the identifier value stored in CUSTOM5 -- passing the profile information and the content of the email to a text string.
Can anyone direct me toward the best way to approach these two use cases?
Kind regards,
--P
Paula DiTallo - Middleware Architect/ .NET Developer
plditallo@metro-design-dev.com