A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

The properties of the message message have been changed



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 8th 08, 09:16 PM posted to microsoft.public.outlook.program_forms
Jim S.
external usenet poster
 
Posts: 4
Default The properties of the message message have been changed

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  
Old August 9th 08, 12:23 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default The properties of the message message have been changed

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  
Old August 11th 08, 04:19 PM posted to microsoft.public.outlook.program_forms
Jim S.
external usenet poster
 
Posts: 4
Default The properties of the message message have been changed

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  
Old August 11th 08, 05:14 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default The properties of the message message have been changed

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 07:11 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.