// Create a Skype4COM object:
var oSkype = new ActiveXObject("Skype4COM.Skype");
// Query the total number of missed messages:
WScript.Echo("Total missed message count: " + oSkype.MissedMessages.Count);
This code returns a zero [0] when 3 missed calls [caller ID (3)] is being being reported by Skypes Display consisting of a [Flag Icon] + the text '3 new events'.
What I require the code to return is the number of outstanding events [not cleared by the user].