Hi again artfuldodga
Maybe I found a way to update the DP automatically... (I am almost sure
)
code:
var x = new ActiveXObject("Scripting.FileSystemObject")
var Contacts = Messenger.MyContacts;
var e = new Enumerator(Contacts);
for(; !e.atEnd(); e.moveNext()) {
var Contact = e.item();
Pic=Contact.DisplayPicture
if (Pic) {
x.DeleteFile(Pic,true));
}
}
In fact, this script delete the DP cache. And, If a contact change his DP
AFTER deleting the cache, the DP is updated. Here's the problem, because this script works only if a contact change his DP after unsin this function...
But I'm sure that somebody will find a solution... (Timer...)