What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Delete a folder

Delete a folder
Author: Message:
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: Delete a folder
Why delete it when you can just disable it from logging (FOR THAT CONTACT)

this is some pseudocode, but the important functions are real

OnEvent_ChatWndCreated(ChatWnd) {

var contact = <whatever to get email>

if contact == "email@email.com" do:

The ChatWnd::ChatLogEnabled property sets or gets the "Logging" option of the chat window. This affects whether or not Messenger Plus! saves the content of the chat in a log file. This does not affect Messenger's own XML logs.

}

Set it to false, and it'll go back to true once you close the window.

Also, if the window is closed and re-opened, the property is set back to its original value based on the user's preferences.

This post was edited on 01-21-2011 at 01:43 AM by prashker.
01-21-2011 01:40 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Delete a folder - by Lamaboy on 01-19-2011 at 05:30 AM
RE: Delete a folder - by Spunky on 01-19-2011 at 06:35 AM
RE: Delete a folder - by gmr on 01-20-2011 at 12:14 AM
RE: Delete a folder - by Lamaboy on 01-20-2011 at 12:58 AM
RE: RE: Delete a folder - by gmr on 01-20-2011 at 05:55 PM
RE: Delete a folder - by Spunky on 01-20-2011 at 06:23 AM
RE: Delete a folder - by CookieRevised on 01-20-2011 at 09:41 AM
RE: Delete a folder - by matty on 01-20-2011 at 05:59 PM
RE: Delete a folder - by Lamaboy on 01-20-2011 at 11:25 PM
RE: Delete a folder - by prashker on 01-21-2011 at 01:40 AM
RE: Delete a folder - by Apatik on 01-21-2011 at 01:49 AM
RE: Delete a folder - by prashker on 01-21-2011 at 01:57 AM
RE: Delete a folder - by Lamaboy on 01-21-2011 at 03:19 AM
RE: Delete a folder - by whiz on 01-21-2011 at 08:26 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On