Working on what I thought was a fairly straight forward workflow
application. Exchange 2000, Outlook 2000/2002.  Using Office XP
Developer to build the application.

Basically what happens is that an email enters an Exchange public folder
from the Internet. This triggers workflow processes to begin, the first
step of which is where I am stuck. I need to get at the subject and body
of that mail message, and use it to populate a custom form, which then
becomes the center point of the workflow app - the buck gets passed
around the company, all through workflow states and transitions. 

The body of the mail message already conforms to a set pattern, (it's
built through an HTML form ... and very thoroughly validated) so it will
be easy to parse it by CRLF, tabs etc. in order to populate the fields
on the custom form.

The problem is that first part...getting at the subject and body of the
original message. I've read through MSDN online and half a dozen
different books, and I just can't seem to find what I am looking for. I
figure the WorkflowSession object is involved, because I can invoke that
to get the FROM field out of the original message...but not the body.

I have a feeling the solution is really simple... I just can't put my
finger on it...

Thanks in advance.


_________________________________________________________________
List posting FAQ:       http://www.swinc.com/resource/exch_faq.htm
Archives:               http://www.swynk.com/sitesearch/search.asp
To unsubscribe:         mailto:[EMAIL PROTECTED]
Exchange List admin:    [EMAIL PROTECTED]

Reply via email to