Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

VBScript Outlook Voting Reply

Options
  • 06-09-2012 2:05pm
    #1
    Registered Users Posts: 42


    Hi all, I need to setup an email so that when someone sends their vote, the reply with "Accept" / "Reject" still has the body of the original email.
    I have an outlook form which needs to be approved / rejected by management and the response is always sent to the same person who needs to be able to see the form data in the acceptance / rejection mail.
    Is it a one line thing like setting the buttons etc?

    Item.VotingOptions = "Approve; Reject"
    Item.ReplyRecipients.Add "email@example.com
    Item.ReplyRecipients.ResolveAll

    Any ideas?


Advertisement