Contact - Functions
These functions take actions for the contact the Contact class is assigned to.
Functions
CopyAllProperties() - No parameters
Copies the contact display picture, personal message and friendly name.
CopyDisplayPicture() - No parameters
Copies the contact display picture.
CopyFriendlyName() - No parameters
Copies the contact friendly name.
CopyPersonalMessage() - No parameters
Copies the contact personal message.
LogEvent(strEvent, logIcon)
Adds an event to the event log for the contact.
strEvent - Event string of the contact event.
logIcon - Event log icon index.
OpenIMWindow() - No parameters
Opens an instant message window with the contact.
SendFile(strPath)
Sends a file to the contact.
strPath - Path of the file you wish to send to the contact
ShowAlert(strEvent)
Shows an alert for the contact. An alert will not show if the contact is in the filter.
strEvent - Event string to show in the alert.