CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    How do I fill in "To" box on documents mailed from my app?

    CDoument's OnFileSendMail() function makes it easy to e-mail my document from my application. Does anyone know how I could automatically enter an e-mail address in the "TO" field when I use OnFileSendMail()?

    Thanks.


  2. #2
    Join Date
    Apr 1999
    Posts
    90

    Re: How do I fill in "To" box on documents mailed from my app?

    I haven't seen a way to do this and still use the built in OnFileSendMail() function.
    It can be done, but you may have to do additional work.
    This site contains some classes for sending mail.
    You can also re-write Microsoft's version of OnFileSendMail() to include a recipient.


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