PDA

Click to See Complete Forum and Search --> : Send email to lotus notes using Visual basic


praveenmadhavan
Jun 24th, 2009, 02:55 PM
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:praveen.madhavan@ibm.com

the mail has to be sent to particular lotes notes id.

Thanks in advance.

chris128
Jun 29th, 2009, 03:47 AM
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

Hack
Jun 29th, 2009, 05:57 AM
Exactly....the receiving mailbox is irrelevant providing it can be reached.

praveenmadhavan
Jun 29th, 2009, 08:51 PM
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.

chris128
Jun 30th, 2009, 02:59 AM
http://www.systemnetmail.com/ :)
Do a bit of searching on these forums too for SMTPClient class examples