PC Review


Reply
Thread Tools Rate Thread

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

 
 
=?Utf-8?B?SmFtZXNU?=
Guest
Posts: n/a
 
      7th Jun 2007
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( (E-Mail Removed), (E-Mail Removed))
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
 
Reply With Quote
 
 
 
 
Mr. Arnold
Guest
Posts: n/a
 
      7th Jun 2007

"JamesT" <(E-Mail Removed)> wrote in message
news1FFA3EE-20AF-42D3-A786-(E-Mail Removed)...
>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( (E-Mail Removed), (E-Mail Removed))
> 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


 
Reply With Quote
 
carlitocosa@yahoo.com
Guest
Posts: n/a
 
      14th Jun 2007
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
 
Reply With Quote
 
rowe_newsgroups
Guest
Posts: n/a
 
      14th Jun 2007
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

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to send Lotus Notes Email Via C# navyliu Microsoft Dot NET 4 17th Dec 2006 02:58 AM
How to send Lotus Notes Email Via C# navyliu Microsoft ASP .NET 4 16th Dec 2006 04:03 PM
Send Email on Lotus Notes Without Hitting Send Button SendObject A =?Utf-8?B?SmF2eUQ=?= Microsoft Access Macros 0 24th Feb 2006 07:30 PM
Creating a Lotus Notes email from .NET Ian Logan via .NET 247 Microsoft Dot NET Framework 0 24th May 2005 12:36 PM
Send email with Lotus Notes Simon Microsoft Excel Programming 1 6th May 2004 04:56 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:44 PM.