You can send SMTP mail messages to an Exchange server. However, you usually
have to specify the authentication credentials in the outbound mail.
The systemwebmail.net site has examples of adding credentials to your mail
header.
--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"Michel Posseth [MCP]" <(E-Mail Removed)> wrote in
message news:13C9D311-A09C-45EF-A46B-(E-Mail Removed)...
> Hello Cor ,,,
>
>
> Well if what i read and find sofar in online resources is true that i
> would
> be really dissapointed
>
>> If you just want to use smtp than you can have a look at that website
>> for
>> that.
>> http://www.systemwebmail.net/
>> (there is a special method that let you use the exchange server, have a
>> search yourself for that)
>
> I had found this website also through google however i did not find anny
> code , example or article how to send e-mail through an exchange server .
>
> The technet website however states that Exchange is fully SMTP capable
>
>
> I try to send e-mails at this moment from my development computer loged in
> under my own name ( windows authentication to exchange ) so i am not
> doing
> annything odd that might interfere with the login credentials
>
> my Dissaqpointment lies in the fact that in my previous work environment
> we
> used a Linux mail server and everything worked as expected now with
> exchange
> in a domain environment i can`t send anny e-mails with the .Net built in
> methods
>
>
>
>
> regards
>
> Michel
>
>
>
>
>
>
>
>
> "Cor Ligthert [MVP]" wrote:
>
>> Michel,
>>
>> The exchange server does nothing excluding that you want to sent in the
>> name
>> of somebody.
>>
>> If you just want to use smtp than you can have a look at that website
>> for
>> that.
>> http://www.systemwebmail.net/
>> (there is a special method that let you use the exchange server, have a
>> search yourself for that)
>>
>> If you want to use it in the name of somebody, than you have to use mapi,
>> be
>> aware that the last in my expirience was slow (but it is a long time ago
>> that I did that).
>> http://msdn.microsoft.com/library/de...chsvr_mapi.asp
>>
>> However probably is this more that you are looking for.
>> http://msdn.microsoft.com/library/de...OtlkLOBCRM.asp
>>
>> Cor
>>
>> "Michel Posseth [MCP]" <(E-Mail Removed)>
>> schreef
>> in bericht news:BD4FD771-12C5-4D08-9796-(E-Mail Removed)...
>> >
>> > Hi does someone has experience with this ??
>> >
>> > i have made a lot of apps in the past that were capable of sending
>> > e-mails
>> > the server i then talked to was a Linux SMTP server and it worked great
>> >
>> > Now i work in a company with a MS exchange server and would like to
>> > send
>> > some e-mails however i can`t get it to work at all
>> >
>> > error is : ( translated form the dutch language )
>> >
>> > can`t connect as the target computer actively refused the connection
>> >
>> > Strange as i am on the same domain as the exchange server and use
>> > windows
>> > authentication to the server ( .Net 2.0 ) with outlook i can send
>> > e-mails
>> > without anny problems ( and i can ping the exchange server )
>> >
>> > does something has to be done at the MS exchange side or am i missing
>> > something ???
>> >
>> >
>> > regards
>> >
>> > Michel Posseth
>> >
>> >
>> >
>> >
>>
>>
>>