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

Change received folder location?
Author: Message:
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
33 / Male / Flag
Joined: Dec 2004
RE: Change received folder location?
I can only find how to write and read values (from the documentation), not edit. :undecided:

quote:
The following example writes a value called "EnableOpt" in the registry and read it back.

//Write the value
var Shell = new ActiveXObject("WScript.Shell");
var ValRegPath = MsgPlus.ScriptRegPath + "EnableOpt";
Shell.RegWrite(ValRegPath, 1);

//Read the value
var EnableOpt = Shell.RegRead(ValRegPath);
Debug.Trace("EnableOpt current value: " + EnableOpt);
Twitter: @ChrisLozeau
03-13-2008 02:23 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Change received folder location? - by Kriogenic on 03-13-2008 at 01:50 AM
RE: Change received folder location? - by CookieRevised on 03-13-2008 at 01:58 AM
RE: Change received folder location? - by Kriogenic on 03-13-2008 at 02:13 AM
RE: Change received folder location? - by Chris4 on 03-13-2008 at 02:23 AM
RE: Change received folder location? - by CookieRevised on 03-13-2008 at 02:26 AM
RE: Change received folder location? - by Kriogenic on 03-13-2008 at 02:32 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