BizTalk 2004 and Microsoft Exchange Server
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server General > BizTalk 2004 and Microsoft Exchange Server




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    BizTalk 2004 and Microsoft Exchange Server  
darin dimitrov


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-26-04 03:51 PM

Is it possible to send an email message from a BizTalk orchestration
using Microsoft Exchange Server instead of the standard SMTP adapter
and if yes how is this achieved?





[ Post a follow-up to this message ]



    Re: BizTalk 2004 and Microsoft Exchange Server  
Christof


Report This Message To A Moderator Edit/Delete Message


 
06-26-04 03:51 PM

If you do not want to use the standard SMTP adapter, you would have to code
this in .NET.  What is the reason you'd want to do this please?  The SMTP
adapter offers you a lot a flexibility like: retries, HAT integration,
tracking, monitoring, ...

Best regards,
Christof


"darin dimitrov" <darin_dimitrov@hotmail.com> wrote in message
news:2b32e7c2.0406230549.224e6e10@posting.google.com...
> Is it possible to send an email message from a BizTalk orchestration
> using Microsoft Exchange Server instead of the standard SMTP adapter
> and if yes how is this achieved?







[ Post a follow-up to this message ]



    RE: BizTalk 2004 and Microsoft Exchange Server  
Gilles [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-26-04 03:51 PM

Hello,

>Is it possible to send an email message from a BizTalk orchestration
>using Microsoft Exchange Server instead of the standard SMTP adapter
>and if yes how is this achieved?

First, while you can always communicate to the outside world from an orchest
ration
by calling a class in an assembly you wrote, this is strongly discouraged. Y
ou should
only be communicating with the outside world by sending messages through pip
eline(s)
and have adapter(s) take care of the actual message(s) send (after the pipel
ine has processed things).

The SMTP adapter will need an SMTP server to send messages to.
The SMTP adapter does not route messages itself, it just hands them off to a
 server
that knows how to route e-mails. Therefore, you can point the SMTP adapter t
o
your exchange server (and make sure it is configured to allow SMTP)
and you will then automatically have exchange route e-mails.

As I am sure you already knew, Exchange complements BizTalk as far as e-mail
 transport is concerned

However, I may have totally misunderstood your question and maybe you meant 
that SMTP
is not the protocol you want to use to send messages. If you plan on using s
omething else
than SMTP, then, you will need to either acquire an adapter for this protoco
l or write your own.
Out of the box, BizTalk 2004 comes with SMTP, FILE, MSMQ, SMTP, SOAP, HTTP, 
FTP as transports.

Thanks.
-Gilles.






[ Post a follow-up to this message ]



    Re: BizTalk 2004 and Microsoft Exchange Server  
darin dimitrov


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-26-04 03:51 PM

Gilles@online.microsoft.com (Gilles [MSFT]) wrote in message news:<A8UdhzTWEHA.3788@cpms
ftngxa10.phx.gbl>...
> Hello,
> 
>
> First, while you can always communicate to the outside world from an orche
stration
> by calling a class in an assembly you wrote, this is strongly discouraged.
 You should
> only be communicating with the outside world by sending messages through p
ipeline(s)
> and have adapter(s) take care of the actual message(s) send (after the pip
eline has processed things).
>
> The SMTP adapter will need an SMTP server to send messages to.
> The SMTP adapter does not route messages itself, it just hands them off to
 a server
> that knows how to route e-mails. Therefore, you can point the SMTP adapter
 to
> your exchange server (and make sure it is configured to allow SMTP)
> and you will then automatically have exchange route e-mails.
>
> As I am sure you already knew, Exchange complements BizTalk as far as e-ma
il transport is concerned
>
> However, I may have totally misunderstood your question and maybe you mean
t that SMTP
> is not the protocol you want to use to send messages. If you plan on using
 something else
> than SMTP, then, you will need to either acquire an adapter for this proto
col or write your own.
> Out of the box, BizTalk 2004 comes with SMTP, FILE, MSMQ, SMTP, SOAP, HTTP
, FTP as transports.
>
> Thanks.
> -Gilles.



I would like to send email messages within the boundries of a
private network and not the outside world. The SMTP protocol is not
used, instead we have an Exchange server to process mail.





[ Post a follow-up to this message ]



    Re: BizTalk 2004 and Microsoft Exchange Server  
Nick Malik


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-26-04 03:51 PM

Hello Darin,

Exchange has the option of listening on the SMTP protocol, and accepting
messages for sending to other folks both within your organization and to the
outside world.  As your exchange administrator if this option is turned on
in your environment, and if so, what is the name of the Exchange/SMTP
"server" that your code can use.

This is far and away the most common way of sending e-mail within an
organization that uses Exchange.

If you really really really really want to take the hard road, you could
submit messages directly to Exchange using WebDAV.

Hope this helps,
--- Nick

"darin dimitrov" <darin_dimitrov@hotmail.com> wrote in message
news:2b32e7c2.0406232247.53122cd4@posting.google.com...
> Gilles@online.microsoft.com (Gilles [MSFT]) wrote in message
news:<A8UdhzTWEHA.3788@cpmsftngxa10.phx.gbl>... 
orchestration[vbcol=seagreen] 
discouraged. You should[vbcol=seagreen] 
pipeline(s)[vbcol=seagreen] 
pipeline has processed things).[vbcol=seagreen] 
to a server[vbcol=seagreen] 
adapter to[vbcol=seagreen] 
e-mail transport is concerned[vbcol=seagreen] 
meant that SMTP[vbcol=seagreen] 
using something else[vbcol=seagreen] 
protocol or write your own.[vbcol=seagreen] 
HTTP, FTP as transports.[vbcol=seagreen] 
>
>
>
>     I would like to send email messages within the boundries of a
> private network and not the outside world. The SMTP protocol is not
> used, instead we have an Exchange server to process mail.







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 08:46 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register