View Single Post
  #6  
Old August 29th 09, 02:45 AM posted to microsoft.public.outlook.program_addins
ryotyankou via OfficeKB.com
external usenet poster
 
Posts: 101
Default (Outlook2003)Monitor change for "to" "cc" "bcc" on message compose dialog?

PropertyChange could not be fired if e-mail addresses were deleted, how could
i detect the deletion then? All i wanted is to detect this.

Ken Slovak - [MVP - Outlook] wrote:
I mean exactly that a built-in field will not fire CustomPropertyChange()
since it's not a custom property. The name tells you exactly what it's for.
Built-in properties fire PropertyChange(), custom ones fire
CustomPropertyChange(). It's very logical.

PropertyChange() should fire if To, Cc or Bcc are changed.

Do you mean that the build-in properties can not be changed or repurpose
or
something like that?
Do you mean that CustomPropertyChange only use for controls on custom
form?
Then how could i detect deletion of e-mail addresses in to/cc/bcc fields?


--
Message posted via http://www.officekb.com

Ads