| Nick Malik 2004-06-30, 7:49 am |
| Answers inline:
"mark worrall" <mark_worrall@hotmail.nospam.com> wrote in message
news:54FCD81A-A85E-4911-AE76-EBC1E437BB80@microsoft.com...
> We have this problem as well. We have a suite of collaborative
applications (some in-house developed), and would like to pull into our app
emails from specifc email folder(s) in Exchange into Sharepoint Services
(wiith some in-house processing along the way). The emails contain XML, but
could optionally have attachments we have to process as well.
>
> The priority is to use Biztalk as much as possible.
>
> 1. Can any specific way be recommended ?
Since your components will run on a server, I'd personally recommend using
WebDAV, which is the same technique that Outlook Web Access uses to gain
access to Exchange.
> 2. Is there a Biztalk Adaptor to read mail from Exchange?
no.
> 3. I read about the Web Storage System in Exchange 2000, is that a
possible solution? (But does that cut out using Biztalk?)
The interface to WSS is WebDAV.
> 4. I can find no reference to WSS in Exchange 2003 doco, is there a reason
for that?
poor documentation?
> 5. Is there a Biztalk Adaptor to read mail from WebDav?
no.
I have a class library that can read e-mail using WebDAV. I'm sure you
could use it to create your own custom adapter. Send me e-mail if you are
interested.
nickmalik at hotmail doc com
--- N
|