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

Thread: OUTLOOK FORMS

  1. #1
    Join Date
    Oct 2001
    Posts
    3

    OUTLOOK FORMS

    I am creating forms in Outlook 2000 and need to add a command button. When this button is pressed the form is sent back to the person who sent it first!

    Any ideas how this can be done (or if it is possible)

    Thanks

    Vicky






  2. #2
    Join Date
    Dec 1999
    Posts
    40

    Re: OUTLOOK FORMS



    Need to write VBScript on the form, get the function for OnClick event, Inside the code you can get the e-mail address of the person who sent the form/e-mail to begin with by getting the FROM ID. Once you have that, can send the mail.

    Nilesh Mehta


  3. #3
    Join Date
    Jun 2001
    Location
    Ireland
    Posts
    56

    Re: OUTLOOK FORMS

    Using VBScript you can call MAPI and use either Reply or Forward to the Person who sent it first.

    If you want help with this just let me know!

    Don't forget to rate!!!

    Andrew Lennon (Berlitz)
    Automation Dev Engineer

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