code:
function OnEvent_Initialize(MessengerStart)
{
MsgPlus.DisplayToast('','test');
}
Make sure your status is not set to busy. Try enabling the Debug Window.
code:
Debug.DebuggingWindowVisible = true;
See if there are any errors with the code.
Is Message defined and contain a value?