![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I'm implementing a custom form solution for phone messages. Custom form is
published to the Organizational Forms library. Everything works perfectly, except that when a message is opened, on closing the message the user gets a message "The properties of the message message have been changed. Do you want to save changes to this message?" Any ideas? |
Ads |
#2
|
|||
|
|||
![]()
That warning message means just what it says: Some property of the item has
changed since the item was opened. To help you troubleshoot and track down which property that might be, you can put code in the form's PropertyChange and CustomPropertyChange events. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jim S." wrote: I'm implementing a custom form solution for phone messages. Custom form is published to the Organizational Forms library. Everything works perfectly, except that when a message is opened, on closing the message the user gets a message "The properties of the message message have been changed. Do you want to save changes to this message?" |
#3
|
|||
|
|||
![]()
Thanks, Sue. I've been able to track the issue to the Subject property. The
value of the Subject property is set to calculate automatically based on the user defined fields Caller and Phone (i.e. [Caller]&" "&[Phone]). Will the PropertyChange event fire everytime the recipient opens the message or is there a way to trap or prevent the event from firing for the recipient? "Sue Mosher [MVP-Outlook]" wrote: That warning message means just what it says: Some property of the item has changed since the item was opened. To help you troubleshoot and track down which property that might be, you can put code in the form's PropertyChange and CustomPropertyChange events. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jim S." wrote: I'm implementing a custom form solution for phone messages. Custom form is published to the Organizational Forms library. Everything works perfectly, except that when a message is opened, on closing the message the user gets a message "The properties of the message message have been changed. Do you want to save changes to this message?" |
#4
|
|||
|
|||
![]()
You cannot prevent an event from firing. One solution would be to save the
item immediately after it opens. Another would be to use code, not a formula to set the value of the Subject property and only do it when the constituent properties change. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Jim S." wrote: Thanks, Sue. I've been able to track the issue to the Subject property. The value of the Subject property is set to calculate automatically based on the user defined fields Caller and Phone (i.e. [Caller]&" "&[Phone]). Will the PropertyChange event fire everytime the recipient opens the message or is there a way to trap or prevent the event from firing for the recipient? "Sue Mosher [MVP-Outlook]" wrote: That warning message means just what it says: Some property of the item has changed since the item was opened. To help you troubleshoot and track down which property that might be, you can put code in the form's PropertyChange and CustomPropertyChange events. "Jim S." wrote: I'm implementing a custom form solution for phone messages. Custom form is published to the Organizational Forms library. Everything works perfectly, except that when a message is opened, on closing the message the user gets a message "The properties of the message message have been changed. Do you want to save changes to this message?" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Message Properties | sbrager | Outlook - General Queries | 5 | April 10th 08 02:25 PM |
Outlook Properties in GAL and To in new message different | Tracey L | Outlook - Using Contacts | 1 | February 6th 08 03:23 AM |
The function cannot be performed because the message has been changed | [email protected] | Outlook - Calandaring | 4 | September 20th 07 07:35 PM |
Keeping Custom Properties When Forwarding or Replying to a Message | [email protected] | Outlook - General Queries | 0 | May 30th 07 09:37 PM |
How do I set up a message when I changed the time of a meeting? | Pana | Outlook - Calandaring | 0 | May 8th 07 06:07 PM |