HOWTO: Send Files as Outlook Attachments from VI Interface

Last reviewed: December 31, 1997
Article ID: Q178669
The information in this article applies to:
  • Microsoft Visual InterDev, version 1.0

SUMMARY

This article describes how to configure Visual InterDev to easily attach a Web file from your Visual InterDev project to a Microsoft Outlook e-mail message.

MORE INFORMATION

To easily send a Web file as a file attachment, you need add the Microsoft Office Outlook SendFile executable as a helper application to your "Open With" list.

Use the following steps to do this:

  1. Within Visual InterDev right-click on any Web file and select Open With.

  2. Select Add.

  3. Insert the following in the Program Name field:

          C:\Program Files\Microsoft Office\Office\Sendfile.exe
    

  4. Insert the following in the Friendly Name field. Outlook

  5. Click OK.

Now when you need to send an Active Server Pages (ASP) file as an Outlook File attachment complete the following steps:

  1. Right-click on the ASP file you wish to send.

  2. Click Open With.

  3. Select Outlook as the program to open.

  4. A new e-mail message will appear with the ASP file you have chosen as a file attachment.

REFERENCES

For the latest Knowledge Base articles and other support information on Visual InterDev and Active Server Pages, see the following page on the Microsoft Technical Support site:

   http://support.microsoft.com/support/vinterdev/

Keywords          : VIDevEnv
Technology        : kbInetDev internet
Version           : WINDOWS:1.0
Platform          : WINDOWS
Issue type        : kbhowto


================================================================================


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: December 31, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.