|
Home > Archive > BizTalk Server Applications Integration > July 2005 > Exchange adapter
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I would like to poll a exchange mailbox with BizTalk 2004. Is there a adapter
that do this?
In the SDK for BTS 2000 there was a sample of register a component that was
called when exchange did "On_Save", but it nothing like it in the SDK for BTS
2004.
| |
| Deepak Lakshmanan 2005-07-12, 5:51 pm |
| Maran,
If your exchange server allows pop3 then you can use the pop3 adapter
submitted in gotdotnet
http://www.gotdotnet.com/Community/...B3-83528A11A927
Another option is use the same receive scripts but submit to Biztalk 2004
instead to Bzitalk 2000. Take a look at SubmitDirect Sample adapter in
Biztalk 2004 SDK for submitting documents programatically to Biztalk 2004.
Hope this helps
--
Deepak
http://deepakl.blogspot.com
"Maran" wrote:
> I would like to poll a exchange mailbox with BizTalk 2004. Is there a adapter
> that do this?
>
> In the SDK for BTS 2000 there was a sample of register a component that was
> called when exchange did "On_Save", but it nothing like it in the SDK for BTS
> 2004.
| |
|
| Thanks Deepak,
I have registered an event sink in Exchange and now have the possibilty to
submit to BTS2004, but I do not rely on it. Sometimes the event fires and
sometimes not, so I will try the POP3 adapter instead.
Regards Maran
"Deepak Lakshmanan" wrote:
[vbcol=seagreen]
> Maran,
>
> If your exchange server allows pop3 then you can use the pop3 adapter
> submitted in gotdotnet
>
> http://www.gotdotnet.com/Community/...B3-83528A11A927
>
> Another option is use the same receive scripts but submit to Biztalk 2004
> instead to Bzitalk 2000. Take a look at SubmitDirect Sample adapter in
> Biztalk 2004 SDK for submitting documents programatically to Biztalk 2004.
>
> Hope this helps
> --
> Deepak
> http://deepakl.blogspot.com
>
>
> "Maran" wrote:
>
|
|
|
|
|