Hello,
Is there any possible solution for finding out who sent the message and who received a message?
(in a normal conversation; I want the email adress.)
I want something like:
code:
function OnEvent_ChatWndSend [and receive] Message(ChatWnd, Origin, Message, MessageKind){
email_sent= [ need your help ]
email_received= [ need your help ]
}
Thank you!