Note:
When i googled I found that if i use extended MAPI I can overcome
this... but it turns out that If i use ExMAPI I need MS office outlook
installed on the machine where my code will be running .... correct
me if i am wrong ..
Even if there is a better way to send mails (to ssl enabled exchange
server) please suggest me,, it would be a big help...
> Iam writing an app which will send email to a distribution list
> through an exchange server. I tried CDO first but it failed to connect
> properly with server which has SSL connection enabled. (working
> flawlessly without ssl).
> When i googled I found that if i use extended MAPI I can overcome
> this... but it turns out that If i use ExMAPI I need MS office outlook
> installed on the machine where my code will be running .... correct
> me if i am wrong ..
Search the web for ExchangeMAPICDO. This is the exchange server
version of extended MAPI which can be installed when Outlook must
not be installed on the machine running your code.
--
SvenC
Sven,
I downloaded that EXMapCDo but willl there be any conflicts if
the user later installls outlook in his machine ??
"Arun Subramanian" <hunterint...@gmail.com> wrote in message
news:2521169e-3b47-4d02...@n33g2000pri.googlegroups.com...
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Arun Subramanian" <hunterint...@gmail.com> wrote in message
news:b8da03d9-3ab8-42e9...@z6g2000pre.googlegroups.com...
--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"Dmitry Streblechenko" <dmi...@dimastr.com> wrote in message
news:OIE7C63D...@TK2MSFTNGP03.phx.gbl...
Dmitry,
No issues on using Redemption expect its a non-microsoft
library.
Initially i tried using CDO. My server (MS exchange) uses
secure socket connection, So whenever i try to send using port it is
failing with (transport failed to connect error) . I couldnt figure
why this error is comming. and with some googling when i switched to
(cdoSendusingPickup) it worked smoothly, (hmm this requires IIS
installation on the machine for SMTP relay service so i dont want to
go with this )..
My code needs to work on machines which not necessarily
will be having ms outlook so simple mapi is what seems to suit me for
now..... just confused... or it will be even great if there are
alternative way to send Pain text mails .. (i can write a plain smtp
client by hand -: but wont think I can add ssl support now),