CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Location
    Canada
    Posts
    78

    How do you create the functionality Send To Mail Recipient in your app using Outlook 2000

    Hi,

    I want my app the ability to send an email to a mail recipient with a file attachment. This can be seen in Excel 2000. It opens up a dialogbox with the file you are currently working on as attachment. In a form where I have a datagrid diplaying a recordset, I have code to save it to an excel sheet. I would like to have the ability to email it instead of saving it. How can this be done using the Excel objects?


  2. #2
    Join Date
    Apr 2001
    Location
    Canada
    Posts
    78

    Re: How do you create the functionality Send To Mail Recipient in your app using Excel 2000 objects

    oops, should be Excel.... I was thinking may be it should be done in Outlook, so I mistakenly put it in the subject line.

    Thxs

    RF


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