CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2000
    Posts
    8

    Sending email from a different account name

    Hi,

    I was wondering if anyone here knew how to send an email with a different name in the From field when the recipient gets the email.

    I'm not talking about logging in with another account, I'm talking about sending the email with your current account but putting a different name in the From field. It would be the name of another account that I have access to send emails from.

    It's on MS Exchange.

    TY.


  2. #2
    Join Date
    Sep 2001
    Location
    Little Rock, Arkansas
    Posts
    40

    Re: Sending email from a different account name

    I have used the following dll to send email from a VB program. It allows you to fill in any text you want for any of the different parts of an email. It comes with an example program that allows you to fill out all of the different options and send an email. You might want to run the example program and see if it does what you are attempting.

    http://www.freevbcode.com/ShowCode.Asp?ID=109


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

Featured