Sending email throught Domino notes server???

  • Thread starter Thread starter Kevin Yu
  • Start date Start date
K

Kevin Yu

hi all

is there any managed component out there to send out email through the
domino email server??




Kevin
 
hi kevin,

take a look at this link:
http://www.vbcity.com/forums/faq.asp?fid=6&cat=Networking
it's a VB sample but you can convert it.

there is other way though, (the one i'm using) is using the command line
utility provided by lotus (you have to download it frmo the web), all you
have to do is call this with the correct parameters. I can give you the code
if you want.
Nevertheless the best way is using the COM objects lotus provide, I found
the code above after I had implemented the other solution.

pd:
if you convert the code to c# please post the sample here :)

cheers,
 
I found that the COM dll from domino is no good for c#, works fine with
vb.net somehow.
 
hi kevin,

I do not have the link, I found it in the lotus web site, the exact name is
"Lotus Notes Command Line Client v2.0" it a bunch of .bat files and java
libraries. It's a little big to send it through email (at least mine)
I will try to upload it to a webserver later today

cheers,
 
Back
Top