473,386 Members | 1,773 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How to send Lotus Notes Email Via C#

I want send Lotus Notes Email automatic in my Application.I googled this
topic but I can't find the solution.
Does anyone have ever use this function?Can you give me some advice? Thanks
a lot!
Dec 16 '06 #1
4 9952
Most mail servers (including Lotus Notes) would support SMTP protocol.
You should ask admin about stuff like server name (or IP), port.
Then use System.Web.Mail (.net 1.1) or System.Net.Mail (.net 2.0).

Thi
http://thith.blogspot.com

navyliu wrote:
I want send Lotus Notes Email automatic in my Application.I googled this
topic but I can't find the solution.
Does anyone have ever use this function?Can you give me some advice? Thanks
a lot!
Dec 16 '06 #2
Hello navyliu,

I found this interesting because I used to do similar things when I was
still using Delphi, so I had a look around and found a number of things.
First, there's IBM's Lotus developer area with a number of downloads here:

http://www-128.ibm.com/developerwork.../toolkits.html

There's also a link there to the developer forums, which I found a good
resource back when I was doing this. I couldn't see a .NET specific
download there, but at least they still have the C/C++ API, so it should
be pretty easy to make use of that, if necessary.

The .NET thing seems to be provided in pretty comprehensive form by a 3rd
party, if you're willing to go that way. A company called Proposion has an
interface component/library for .NET. Info is here:

http://www.proposion.com/N2NV3

Hope this helps!
Oliver Sturm
--
http://www.sturmnet.org/blog
Dec 16 '06 #3
Hello Thi,
>Most mail servers (including Lotus Notes) would support SMTP protocol.
You should ask admin about stuff like server name (or IP), port.
Then use System.Web.Mail (.net 1.1) or System.Net.Mail (.net 2.0).
Good idea there :-) I went a bit further in what I used to do with Lotus
Notes, but of course using SMTP might very well be an option if sending
email is really the only thing you want to do.

OTOH, I wouldn't be surprised if SMTP wasn't an option in many locations
using Notes - in my experience, they often like to use the Notes protocol
exclusively on the internal side of their networks... Not a Notes specific
thing really, very many Exchange networks won't allow you to do SMTP
internally either.
Oliver Sturm
--
http://www.sturmnet.org/blog
Dec 16 '06 #4
Domino mail servers support SMTP, POP3, IMAP and MIME. With the exception of
the use of the Notes routing protocols internally the mail interfaces are
quite generic, so any of the send protocols should be accepted.

If your default internal mail server doesn't support SMTP then your admin
almost certainly has a route into the system from the outside world that
does, and is then routed internally between mail servers using the notes
protocols.

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
http://www.johntimney.com/blog
"Oliver Sturm" <ol****@sturmnet.orgwrote in message
news:xn****************@msnews.microsoft.com...
Hello Thi,
>>Most mail servers (including Lotus Notes) would support SMTP protocol.
You should ask admin about stuff like server name (or IP), port.
Then use System.Web.Mail (.net 1.1) or System.Net.Mail (.net 2.0).

Good idea there :-) I went a bit further in what I used to do with Lotus
Notes, but of course using SMTP might very well be an option if sending
email is really the only thing you want to do.

OTOH, I wouldn't be surprised if SMTP wasn't an option in many locations
using Notes - in my experience, they often like to use the Notes protocol
exclusively on the internal side of their networks... Not a Notes specific
thing really, very many Exchange networks won't allow you to do SMTP
internally either.
Oliver Sturm
--
http://www.sturmnet.org/blog

Dec 16 '06 #5

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

Similar topics

5
by: Fixem2 | last post by:
I am trying to use the following code to send an email to Lotus Notes from A2K. (Retrieved from Tony's excellent Access Email FAQ.) http://www.fabalou.com/VBandVBA/lotusnotesmail.asp I am...
0
by: PZ Fosbeck | last post by:
I'm not a Lotus Notes developer but thanks to this group's archives have successfully created a function for sending Lotus Notes emails from Access. The follow code works great except I want to...
1
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...
0
by: moid | last post by:
I want to Email through Lotus Notes Server. Am i right on this that i wont be needing any lotus notes based assembly/dll to email through it I hope i just have to do is that to have smtpserver...
1
by: Joe | last post by:
HI Has anyone been able to work with lotus notes automation classes??? Can you post sample code of how to use these classes. I have setup in VB but I am not able to port to C# This is what I...
4
by: navyliu | last post by:
I want send Lotus Notes Email automatic in my Application.I googled this topic but I can't find the solution. Does anyone have ever use this function?Can you give me some advice? Thanks a lot!
1
by: financeguy | last post by:
I have an Access form that will automatically send out Emails through Lotus. Works like a charm for the sendto and the copyto. Is there a way I can also utilize the "blind copy to"? I appreciate any...
2
by: Rick | last post by:
Hi group!!! I'm new with lotus notes, i'm not sure if, can i send an email through lotus notes? maybe using a lotus dll or a componet? does anyone has an example? Regards Rick
3
by: =?Utf-8?B?SmFtZXNU?= | last post by:
I can create a message and send it via my btopenworld account but is the method the same when using Lotus Notes. I have no experience of Lotus Notes whatsoever. I have never seen it at all. ...
0
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.