Shoutbox

Conversation Logging - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: Conversation Logging (/showthread.php?tid=36279)

Conversation Logging by bigben1021 on 01-01-2005 at 08:21 PM

just after a bit of advice on conversation logging for msn.

at the risk of sounding like a complete noob, would i be correct to assume that the sent and recieved messages are stored as variables within a msn conversation.

if this is the case, would anybody be able to tell me the name of these such variables.  i am developing an application in VB6 which i require to obtain and record sent and recieved messages from within msn.

cheers, Ben


RE: Conversation Logging by Plik on 01-01-2005 at 08:31 PM

using the messenger API its

code:
oConvosationwindow.history
oCovosation window is the IMessengerConvosationWnd interface of the window you want to get the history of
RE: Conversation Logging by bigben1021 on 01-04-2005 at 10:58 PM

Just wanted to thank you for your very fast reply, although i havent been able to get on here until now.

anyway, thats helped a lot. great forums ;)

cheers, Ben