Results 1 to 2 of 2

Thread: Outlook form help needed please

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538

    Angry

    I am writing an outlook form in Outlook 2000, and have the following message appear:
    An Exceprion of type Microsoft Outlook "You do not have permission to send the message on behalf of the specified user" was not handled.

    Basically, it's a form with fields asking users about their PC spec. I send the form to them, they fill out the fields & send it back. All of this works, except my send button:
    Code:
    Sub CmdSend_Click()
     With Item.GetInspector.CurrentItem
      .to = [email protected]
      .subject = "Laptop Information - open full screen."
      .send
     End With
    End Sub
    If anyone knows what is causing this, help would be very much appriciated. Thank you. I have tried this button after allowing full rights to both the senders and recipients mailboxes.

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2
    New Member
    Join Date
    Jan 2001
    Posts
    1
    Try replacing your line:

    'With Item.GetInspector.CurrentItem'

    with

    'With Item'

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