473,796 Members | 2,532 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sending email throught Domino notes server???

hi all

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


Kevin
Nov 16 '05 #1
4 3750
hi kevin,

take a look at this link:
http://www.vbcity.com/forums/faq.asp...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,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Kevin Yu" <ko**@hotmail.c om> wrote in message
news:ey******** ******@TK2MSFTN GP14.phx.gbl...
hi all

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


Kevin

Nov 16 '05 #2
I found that the COM dll from domino is no good for c#, works fine with
vb.net somehow.
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us > wrote
in message news:ej******** ******@TK2MSFTN GP09.phx.gbl...
hi kevin,

take a look at this link:
http://www.vbcity.com/forums/faq.asp...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,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Kevin Yu" <ko**@hotmail.c om> wrote in message
news:ey******** ******@TK2MSFTN GP14.phx.gbl...
hi all

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


Kevin


Nov 16 '05 #3
please show me the link to the command line util, thx
Kevin

"Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us > wrote
in message news:ej******** ******@TK2MSFTN GP09.phx.gbl...
hi kevin,

take a look at this link:
http://www.vbcity.com/forums/faq.asp...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,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Kevin Yu" <ko**@hotmail.c om> wrote in message
news:ey******** ******@TK2MSFTN GP14.phx.gbl...
hi all

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


Kevin


Nov 16 '05 #4
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,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Kevin Yu" <ko**@hotmail.c om> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
please show me the link to the command line util, thx
Kevin

"Ignacio Machin ( .NET/ C# MVP )" <ignacio.mach in AT dot.state.fl.us >
wrote
in message news:ej******** ******@TK2MSFTN GP09.phx.gbl...
hi kevin,

take a look at this link:
http://www.vbcity.com/forums/faq.asp...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,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Kevin Yu" <ko**@hotmail.c om> wrote in message
news:ey******** ******@TK2MSFTN GP14.phx.gbl...
> hi all
>
> is there any managed component out there to send out email through the
> domino email server??
>
>
>
>
> Kevin
>
>



Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
364
by: gswitz | last post by:
I have written a Windows Service that watches a Lotus Notes InBox for emails, detaches attachments from the emails and attaches them to a different Lotus Notes Database. The service works properly until I log off of the server. At that point, this call begins returning nothing - not an error - just nothing... LnView_Mail = LnDb_Mail.GetView("($InBox)") Once this problem begins, logging back into the server does not resolve it.
3
4306
by: Peter Neumaier | last post by:
Hi, I am trying to read data from a domino databases (located in our LAN not on my local machine!) from my access project. I pass a code to the function checkCodeInDomino to be verified on Domino. On my local machine everything went fine, but suddenly there came up following problem: I was coding and testing with the code below, and I have never been asked for my lotus password, now when starting my function, there comes a box up (dont...
1
4495
by: Nicole | last post by:
Hello! I hope there is someone out there who can shed some light on this for me. I have a module that is supposed to look at an access table, pull out each bid record, link to another table to find all of the people to send the email to and link to one more table to find who should be cc'd on the note. All of this works fine, except.... The arrays for the To and CC seem to exclude names from the list if there are multiple recipients...
3
1956
by: Jason MacKenzie | last post by:
We're moving frome Exchange to Notes soon and I'm wondering if anyone has any info about sending mail using Notes and Vb.Net (or C#). Any help or suggestions for a tutorial are very much appreciated, Jason
0
2205
by: gilles.carali | last post by:
Bonjour, J'ai deux serveurs Domino Notes (A et B) en cluster qui se connectent à l' AS400 via DB2 ou ODBC. Configuration : Win2000, Domino Notes V5.013a Client Access Express en V4.5 (SP SF67104) sur le A Client Access Express en V5.1 (SP SI08389) sur le B
1
3198
by: =?Utf-8?B?c2h5YW1AZWJpeg==?= | last post by:
Hi guys, Kinda stuck with a wierd problem. we have devleoped a web service that uses the Lotus notes interop assembly to read/ write to the la domino database. Everything works fine whne the application is tested in Debug mode. As soon we create a installer and deploy the project on IIS 6.0 we get the following errors. On the first call to the service we get an : Retrieving the COM class factory for component with CLSID {XXXX} failed...
0
1796
by: kohligagan2 | last post by:
Hi, I am working on a scenario . And scenario is I am trying to send an Email using my Lotus notes Client Id ( Lotus notes :- is used for messaging and sending mails work as a middleware) I have an ASP .NET website running on a IIS Server with Lotus note is running at the machine where server is running. One client sends the request to the server and correspondingly mail goes to the respective person as mentioned. I am using a...
0
1507
by: ramab | last post by:
hi, i'm a bit stuck here in sending emails to multiple users which i need to read from a database. With codes below, i able only to send 2 recipients. any idea how to send to multiple users? thx strSubject = "Test Memo sent at" & Now() strDest = "email" strCopy = "copy_email"
0
1239
by: =?ISO-8859-1?Q?Michael_Str=F6der?= | last post by:
HI! Anybody here with experience in accessing Lotus Domino with Python via DIIOP? In particular I'd like to be able to register Notes users with a Python script. Preferrably without having to use Win32 COM although it would be better than nothing. Adding address Notes book entries via LDAP is possible but AFAIK does not lead to full Notes users (with mailbox and Notes-ID file).
0
10453
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10172
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10003
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7546
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6785
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5441
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4115
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3730
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2924
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.