Hi, I have what should be a simple approval form built as an outlook custom form. The compose page contains a form with several text fields, a To button that brings up the GAL to choose a recipient, and a Submit button that calls Item.Send. The read page is simply a copy of the compose page with the fields disabled along with an additional text box for notes and another To button to choose the next recipient from the GAL and a button that calls an "Approved" action to an approval form. The compose->send works fine, the received read page shows the filled-out form, and the read page's To button chooses an new recipient from the GAL and populates a text box bound to the TO address field. However, when this form is sent from the custom action, the exchange server returns the following:
Your message did not reach some or all of the intended recipients.
Subject: Supervisor Award - Budget Approved
Sent: 6/13/2012 3:08 PM
The following recipient(s) cannot be reached:
Notice that there are no recipients listed afterwards. I have noticed that when the TO recipient is displayed in the bound text box on the read page after being chosen from the GAL, it isn't underlined. I have tried doing Item.Recipients.Add() and setting recipient.Type = 1 'Outlook.OlMailRecipientType.olTo and doing a recipient.Resolve and If recipient.Resolved before calling the action, all to no avail. What am i missing? Any help would be greatly appreciated!
Your message did not reach some or all of the intended recipients.
Subject: Supervisor Award - Budget Approved
Sent: 6/13/2012 3:08 PM
The following recipient(s) cannot be reached:
Notice that there are no recipients listed afterwards. I have noticed that when the TO recipient is displayed in the bound text box on the read page after being chosen from the GAL, it isn't underlined. I have tried doing Item.Recipients.Add() and setting recipient.Type = 1 'Outlook.OlMailRecipientType.olTo and doing a recipient.Resolve and If recipient.Resolved before calling the action, all to no avail. What am i missing? Any help would be greatly appreciated!