The Contact::DisplayPicture property returns the path to the current display picture file used by the contact.
This is a read-only property. [string] DisplayPicture;
A string containing the full path to the display picture, if any. If no display picture is currently associated to this contact, the property returns an empty string. Display pictures are usually PNG files but no assumption should be made regarding their format.
The file path returned by this function is temporary, must not be stored for future use and must not be locked. If the file needs to be accessed after the current script's function returns (to be displayed in an interface window for example), it must be copied to a safe location. Dynamic pictures accessed through this property return a static, non animated image.
Object | Contact |
---|---|
Availability | Messenger Plus! Live 4.00 |