473,406 Members | 2,707 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,406 software developers and data experts.

Creating an email from VB.NET &send via Lotus Notes

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.

the code I am using is:

dim smtp as new smtpclient
dim message as new mailmessage( fr**@cc.com, to@dd.com)
message.subject = "test"
message.body="hello there"
smtp.host=mail.btinternet.com
smtp.port=25
smtp.deliverymethod=smtpdeliverymethod.network
smtp.credentials = new net.networkcredentials (username,password)
smtp.send (message)

the above works fine. can I use the same method for Lotus Notes?

If I have to use a different method can some give me a few pointers.

--
JamesT
Jun 7 '07 #1
3 8237

"JamesT" <Ja****@discussions.microsoft.comwrote in message
news:D1**********************************@microsof t.com...
>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.

the code I am using is:

dim smtp as new smtpclient
dim message as new mailmessage( fr**@cc.com, to@dd.com)
message.subject = "test"
message.body="hello there"
smtp.host=mail.btinternet.com
smtp.port=25
smtp.deliverymethod=smtpdeliverymethod.network
smtp.credentials = new net.networkcredentials (username,password)
smtp.send (message)

the above works fine. can I use the same method for Lotus Notes?
No
>
If I have to use a different method can some give me a few pointers.
This C#.Net example for Lotus Notes can be converted over to VB.Net
everything that's happening in the coding using C# you can do the same in
VB.

You should be cable to run that app if you have a Lotus Notes connection.
You'll need Winzip evaluation to un zip it.

http://preview.tinyurl.com/2x4oqq
Jun 7 '07 #2
I have use the same in my program. It works fine in my local machine, but when I deploy in server then error comes. What seems to be the problem? It there anything to change in the server side?

Your help is reallly appreciated

Thanks
Jun 14 '07 #3
On Jun 14, 6:45 am, carlitoc...@yahoo.com wrote:
I have use the same in my program. It works fine in my local machine, but when I deploy in server then error comes. What seems to be the problem? It there anything to change in the server side?

Your help is reallly appreciated

Thanks
What's the error message and where does it occur?

Thanks,

Seth Rowe

Jun 14 '07 #4

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

Similar topics

0
by: sbowman | last post by:
Is there a way to use VB to automatically export data from a Lotus Notes View nightly? I tried using the Lotus Notes ODBC driver and it DOES NOT WORK!! Data transfer rates are way too slow for what...
2
by: Li Pang | last post by:
Hi, I have following codes in VB6 for sending the email on a server installed SMTP. It works fine. Now I want to update it with VB.NET 2.0 by using ..NET.Mail object. VB6 code: Dim myMail Set...
2
by: oyster | last post by:
I find that the existing email moudle is some hard for me to understand, especially the part of how to set the CC, BCC and attach the files. Is there any more easy one like this p-code? import...
2
by: Amit1982 | last post by:
Hi All, Can I send e-mail(automatically) to the different users but the time is fixed(such as end of day 5:PM ). If yes and any one have good idea about it please reply asap.. Thanks And Regards...
2
by: kennykenn | last post by:
Hi, Ive producd code to send an email after capturing info off a form,it works fine locally but when i put it live it doesnt work! the code is stopin at 'msg.send' any ideas, here the code! ...
2
by: jujutsumaster | last post by:
I have a table containing "AgentName" and "AgentEmailAddresss". I need to loop through the table and get each "AgentEmailAddress" in turn and use it as a query filter for "MyQuery" then use it to...
7
by: SAF22 | last post by:
Hi guys, I'm a pretty basic coder with very limited skills. I've been researching this question everywhere and I can't find anything that works. What I'm trying to do is simply send a form...
1
by: vijayarl | last post by:
Hi All, I need to send a email based on the flag value, am using Email::Send module(CPAN). Requirement : 1.Based on the $email_flag, call the send_email function so, script goes like this: ##...
9
by: luke noob | last post by:
This is my script..... <?php $to = "example@example.co.uk"; $subject = "subject"; //minimum characters allowed in the message box $msg_min_chars = "10";
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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...
0
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...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
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...

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.