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.
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
Re: Send email to lotus notes using Visual basic
Exactly....the receiving mailbox is irrelevant providing it can be reached.
Re: Send email to lotus notes using Visual basic
Quote:
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.
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