Results 1 to 5 of 5

Thread: Send email to lotus notes using Visual basic

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    2

    Thumbs up 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.

  2. #2
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Send email to lotus notes using Visual basic

    Exactly....the receiving mailbox is irrelevant providing it can be reached.

  4. #4

    Thread Starter
    New Member
    Join Date
    Jun 2009
    Posts
    2

    Re: Send email to lotus notes using Visual basic

    Quote Originally Posted by chris128 View Post
    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.

  5. #5
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    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
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width