Hello,
I have been looking at
Delphi Plugin Framework
And I see this.
code:
procedure OnContactStatusChange(const pMContact: IDispatch; mStatus: MISTATUS); dispid 1030;
Ok, But how do I use it lol.
How can I detect a contact status change then just use.
code:
ShowMessage('User: ' + ContactUser + ' / New Status: ' + ContactStatus);
Or somethink to show it.
Thanks Alan. ;D