quote:
Originally posted by lysp
Simple example. If i want all messages coming through to change a contacts name to their email - i can by doing a string replace on the incoming event. Also means i dont need to worry about hooking/data capture dll's.
The reason for the way that it works in your example is that is how the protocol is (the message received through messenger). If it were possible for us to be guaranteed of the email address then we would most likely get the
ContactObject for them instead.