![]() finding contacts' emails - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: finding contacts' emails (/showthread.php?tid=43918) finding contacts' emails by Stuffed on 04-30-2005 at 08:47 PM
hi RE: finding contacts' emails by Dempsey on 04-30-2005 at 08:48 PM
you can get the email address of all users in the conversation using the Messenger API. RE: finding contacts' emails by Stuffed on 04-30-2005 at 08:57 PM
yeah, a piece of code would be welcome RE: finding contacts' emails by Dempsey on 04-30-2005 at 09:03 PM
At the top of your class module: code: In Initalise event: code: At bottom of class module: code: RE: finding contacts' emails by Stuffed on 04-30-2005 at 09:13 PM
thx man. RE: finding contacts' emails by Dempsey on 04-30-2005 at 09:15 PM hmm i just the code and it only returns the other people in the conversation, not yourself, so you'll have to use sUserEmail to get yor own email. RE: finding contacts' emails by Stuffed on 04-30-2005 at 09:29 PM
ok, thanks a lot RE: finding contacts' emails by Dempsey on 04-30-2005 at 09:38 PM
np RE: finding contacts' emails by RaceProUK on 05-01-2005 at 12:15 PM
quote:There should be an Object argument in ReceiveNotify: this is the interface to the conversation window IIRC. I do my development in C++, so I'm a little rusty in my VB. |