CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Location
    Georgia
    Posts
    3

    Send-To in File Menus

    In most, if not all, MS applications there is 'Send' or 'Send To' under the 'File menu options. When envoked, it packages the current document, brings up the outlook mail form with that file as an attachment and allows you to proceed with sending and e-mail.

    Does any one know how to set up the 'send' option in an application


  2. #2
    Join Date
    Oct 1999
    Posts
    25

    Re: Send-To in File Menus

    The easiest way would be to use a MAPI control. You can access it from your Send subroutine that corresponds to the Send in your menu.

    Sky1000


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