WLMAPI - Functions
The Alerts (accessible from Main.Alerts) class simply gives you the function to show alerts.
Functions
ChangeDisplayPicture(strPath)
Changes the display picture for the current user.
strPath (String) is the path of the new display picture.
ChangeFriendlyName(strFN)
Changes the friendly name for the current user.
strFN (String) is the new friendly name.
ChangePSM(strPSM)
Changes the perosnal message for the current user.
strPSM (String) is the new personal message.
ChangeStatus(Status)
Changes the status for the current user.
Status (WLMAPI.MDSTATUS) is the new status.
DeleteContact(Contact, Confirm)
Deletes a contact.
Contact (Contact) is the a contact object of the contact that will be deleted.
Confirm (Boolean) if true, MessengerDiscovery will confirm that the user wants the contact deleted.
GetContactNickName(strEmail)
Returns a contact nick name given strEmail as a string.
strEmail (String) is the email of the contact.
IsBlocked(strEmail)
Returns True if the contact is blocked, False if not.
strEmail (String) is the email of the contact.
SendFile(strEmail, strPath)
Sends a file to a contact.
strEmail (String) is the email of the contact to send the file to.
strPath (String) is the path of the file to send.
SignOut() - No Paramters
Signs the user out of Messenger.
UnBlock(strEmail)
Unblocks a contact.
strEmail (String) is the email of the contact that will get unblocked.