View Single Post
  #3  
Old August 28th 09, 03:25 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?

Hi, ken, I dispatched MailItem, PropertyChange can be fired. But
CustomPropertyChange is not fire. Should i make a form or modify the default
message form, in a word, i don't know how to make CustomPropertyChange event
get contact with To/CC/BCC field.

Ken Slovak - [MVP - Outlook] wrote:
You use CustomPropertyChange() exactly the same way you'd use
PropertyChange(), there's no difference. You get the name of the custom
property that's being changed. However that won't help you since what you
want to look at is not a custom property.

I search through google, found that propertychange can monitor them, but
couldn't get fired if addresses were deleted, that's not very good. I

[quoted text clipped - 6 lines]
some
links? Thanks.


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...ddins/200908/1

Ads