|
Contact::DisplayPicture
The Contact::DisplayPicture property returns the path to
the current display picture file used by the contact.
Syntax
This is a read-only property.
[string] DisplayPicture;
Data Type
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.
Remarks
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.
Property Information
| Object |
Contact |
| Availability |
Messenger Plus! Live 4.00 |
See Also
Contact Object.
|