Outlook Form - Voting Responses Not Auto Processing If Form Contains Any Code

Status
Not open for further replies.

Eric88

New Member
Outlook version
Outlook 2016 32 bit
Email Account
Exchange Server
I have a situation where I have some Outlook forms with voting buttons (actions) whose responses are not auto processed (tracking updated) if there is any vbscript code within the form. I have the Outlook tracking options checked for:
  • Automatically process meeting requests and responses to meeting requests and polls
  • Automatically update original sent item with receipt information
  • Update tracking information then delete responses that don't contain comments
When I ruled out these basic settings I used MFCMAPI to start troubleshooting. The property PR_Processed was ruled out as it was not present on any item in the inbox that should have been auto processed, but was not. Upon looking at the other properties I noticed one called PidLidAutoProcessState. It was here I saw any voting response from a form that contained vbscript had a value of SSonopen, while voting responses from the same form without any code had a value of SSonsniff. I thought maybe something was wrong with the coding. So, I removed all the code and just put in one commented line in the vbscript section behind the form. Just putting that comment in was enough to cause the PidLidAutoProcessState on responses to be SSonopen, while removing the comment (no code at all) caused the value to be SSonsniff. I removed all the Outlook add-ins and disabled all virus scanning with the same results to rule out those factors. I can reproduce this in Outlook 2016 (Windows 10) and Outlook 2007 (Windows 7). The Sniffer in Outlook will not auto process the response when SSonopen is the value, Thus, the item will not update the tracking until you open it. So, my question is what could be causing the PidLidAutoProcessState setting to change its value to SSonopen with something as simple as a commented line of vbscript or is there a way to manually set this value when responding with the voting? It would be interesting if anyone else could reproduce the issue and let me know. I checked both the sending and receiving mailboxes to make sure the property was the same value to rule out anything in between causing the problem. Thanks for any help you can provide.
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1
P Can't add custom field to custom Outlook form, it always adds to the Folder instead Outlook VBA and Custom Forms 2
Geldner Problem submitting SPAM using Outlook VBA Form Outlook VBA and Custom Forms 2
bdsermons Outlook 365 command button in outlook form Outlook VBA and Custom Forms 5
cbufacchi Outlook 365 Populate custom Outlook Appoint form Outlook VBA and Custom Forms 2
J Read Outlook Form fields Outlook VBA and Custom Forms 3
V Compound IF, OR, AND in Outlook form Outlook VBA and Custom Forms 4
I Button PDF in Outlook Contact custom form Outlook VBA and Custom Forms 1
V Validating Outlook form with "OR" and "AND" Outlook VBA and Custom Forms 1
M Outlook 2010 How could I globally redesign an outlook template form/region/inspector template used to display mail lists or an individual mails? Outlook VBA and Custom Forms 0
H Custom Outlook Contact Form VBA Outlook VBA and Custom Forms 1
V Date and/or time error in Outlook Form Outlook VBA and Custom Forms 0
I Error saving screenshots in a custom form in outlook 2016, outlook 365 - ok in outlook 2013, outlook 2010 Outlook VBA and Custom Forms 5
S Outlook Custom Form Scripting only working when clicking on "Run this form" Outlook VBA and Custom Forms 2
V Making a Date field mandatory in outlook form Outlook VBA and Custom Forms 2
C Custom Outlook Form - Populate Information from Radio Button / Check Box Using Outlook 0
J Program Checkbox that will activate a text box in a Outlook fallible form. Outlook VBA and Custom Forms 1
Z Outlook Custom Form: Adding Dropdown(Project Code) at the end of subject Outlook VBA and Custom Forms 0
H VB script in outlook form doesn't work anymore Outlook VBA and Custom Forms 2
D create an html table in outlook custom form 2010 using vba in MsAccess Outlook VBA and Custom Forms 7
Potty Ash MS Outlook 2010 custom form - validation or formula to request user to check a checkbox Outlook VBA and Custom Forms 16
L Outlook Custom Form Using Outlook 2
Diane Poremsky The custom form cannot be opened. Outlook will use an Outlook form instead. Using Outlook 0
J Outlook Contacts - Design This Form Outlook VBA and Custom Forms 2
K Passing a form field as a parameter from Outlook Using Outlook 12
J Can Click to Drag Custom Form Field But Cannot Drop When Designing in Outlook 2007 Outlook VBA and Custom Forms 2
G Adding a contact to Outlook with a custom form using Access VBA Outlook VBA and Custom Forms 1
A From box in custom outlook Form Outlook VBA and Custom Forms 0
H I need a developer to customize an Outlook Contact form Outlook VBA and Custom Forms 0
L Outlook 2007 Contact Form Code Not Working Using Outlook 20
P Task form created in outlook 2007 Outlook VBA and Custom Forms 2
L Outlook 2007 Custom Form and Toolbar Not Working Using Outlook 5
moron Outlook form dissapear after sent Outlook VBA and Custom Forms 1
C Outlook Custom Contact Form Attach Files in new notes fields Outlook VBA and Custom Forms 3
H Preventing the Send button from being clicked on an Outlook Form Outlook VBA and Custom Forms 1
J Outlook 2010: can't forward appointment on custom form Using Outlook 1
K Outlook 2010 form is displaying old form layout Using Outlook 3
S Custom Outlook Form 2013 Displaying fields incorrectly Outlook VBA and Custom Forms 1
E Create a URL hyperlink in an Outlook custom form? Outlook VBA and Custom Forms 2
R Outlook Custom form check if there an attachment Outlook VBA and Custom Forms 2
M Outlook 2013 won't convert Excel contacts into Outlook contacts using my custom form Using Outlook 3
L Outlook 2007 Contact Form Webpage Using Outlook 23
B Is it possible with Outlook form Outlook VBA and Custom Forms 5
G Custom Form code not working - Outlook 2010 Outlook VBA and Custom Forms 2
J Cannot copy outlook form to mailbox of exchange 2k13 user Exchange Server Administration 1
P Outlook 2010 custom form olk control font size increases everytime form is published Outlook VBA and Custom Forms 1
J New Outlook 2007 form - try to send and get error Operation Failed Outlook VBA and Custom Forms 11
Z outlook 2007 - opening a contact from the search results doesn't use the custom form Using Outlook 10
Witzker Outlook bug when creating a user defined contact form? Using Outlook 1
M Any way to edit the message field on a 2010 Outlook Form? Using Outlook 3

Similar threads

Back
Top