What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help With Script.

Help With Script.
Author: Message:
Ashylay
Junior Member
**

Intermediate Scripter

Posts: 70
Reputation: 1
– / Male / –
Joined: Mar 2007
O.P. Help With Script.
Okay I need a bit of help with some scripts.

1) Is there a script that says if I recieve an email of a certain email display a toast?

2) Can I link that toast to a certain website

3) If its possible could i delete that email i just recieved

Could you please help me with what you can.

So say if I recieve an email of "person@google.com" a toast will display saying I have an email of that person and then if I click that toast it will send me to google.com and delete the email I recieved.

(The deleting the email isnt thatimportant but would help)
08-09-2007 05:03 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Help With Script.
1) Plus! will tell you the new email account total upon receiving a message it isn't possible to capture exactly when you receive an email unless it was checking every millisecond (too much strain on the server).

2) You can link toasts to anything. (example in a minute)
code:
MsgPlus.DisplayToast('hi', 'hi', '', 'ToastCallback', 'debug');

function ToastCallback(Param) {
    if (Param === 'debug') {
        Debug.Trace('you clicked the toast, and i am a debugger');
    }
}

3) Read point 1.

This post was edited on 08-09-2007 at 05:08 PM by matty.
08-09-2007 05:06 PM
Profile E-Mail PM Find Quote Report
Ashylay
Junior Member
**

Intermediate Scripter

Posts: 70
Reputation: 1
– / Male / –
Joined: Mar 2007
O.P. RE: Help With Script.
What if you was to check every x amount of minutes?

Like 10, 15 or even ever 30 minutes
08-09-2007 07:05 PM
Profile E-Mail PM Find Quote Report
GNSPS
Junior Member
**

Avatar
Coding is man's best friend...

Posts: 40
31 / Male / Flag
Joined: Oct 2006
RE: Help With Script.
It's possible to make tha script you're talking about and if you're talking about an email account on gmail it would be possible opening a browser window and setting the address so that it will send in the POST or GET data the action to delete the newly received email...
08-10-2007 12:24 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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