|
-
Jun 24th, 2009, 02:55 PM
#1
Thread Starter
New Member
Send email to lotus notes using Visual basic
Hi,
i need a VB code that sends email to lotus notes inbox.
Form :frmmain
Textbox:txtfrom
Textbox:txtto
Textbox:txtSubject
Textbox:txtcontent
Command button:cmdsend
When the user presses the command button,the content and subject needs to be sent.
Eg., From:arun
To [email protected]
the mail has to be sent to particular lotes notes id.
Thanks in advance.
-
Jun 29th, 2009, 03:47 AM
#2
Re: Send email to lotus notes using Visual basic
Cant you just send it via SMTP in the exact same way that you would send to any other email server? i.e using the SMTPClient class
-
Jun 29th, 2009, 05:57 AM
#3
Re: Send email to lotus notes using Visual basic
Exactly....the receiving mailbox is irrelevant providing it can be reached.
-
Jun 29th, 2009, 08:51 PM
#4
Thread Starter
New Member
Re: Send email to lotus notes using Visual basic
 Originally Posted by chris128
Cant you just send it via SMTP in the exact same way that you would send to any other email server? i.e using the SMTPClient class
Chris,
Thanks.Am not that familiar in network programming.Could you please send me the code.
Thanks for your help.
-
Jun 30th, 2009, 02:59 AM
#5
Re: Send email to lotus notes using Visual basic
http://www.systemnetmail.com/ 
Do a bit of searching on these forums too for SMTPClient class examples
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|