Re: how to update my changed picture in my buddy (General questions)
Sapna,
Which version of wodXMPP you are using? You can check version using wodXMPP Version Property.
Can you also please try something like this[code] IXMPPContacts cnts;
cnts.AttachDispatch(m_XMPP.GetContacts(), TRUE);
VARIANT var;
var.vt = VT_I2;
var.iVal = 0;
IXMPPContact cnt;
cnt.AttachDispatch(cnts.GetItem(var), TRUE);
IXMPPVCard vcard;
vcard.AttachDispatch(cnt.GetVCard(), TRUE);
vcard.Receive();[/code]
this code will receive first contact VCard.
Drazen
Complete thread:
- how to update my changed picture in my buddy - sapna, 2009-07-06, 08:17
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-06, 09:56
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 10:56
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-06, 11:56
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 13:38
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 15:44
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-06, 16:02
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 16:29
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-06, 17:08
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 17:18
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-06, 18:36
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 07:45
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 10:39
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 13:43
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 13:59
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 14:38
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 15:02
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 15:05
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 15:08
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 15:25
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 15:33
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 15:58
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 16:34
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 16:38
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-08, 08:42
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 09:35
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-09, 10:15
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 10:22
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-09, 13:08
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 14:35
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 14:45
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 14:49
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-09, 15:27
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 16:11
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-09, 15:27
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 14:49
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 14:45
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 14:35
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-09, 13:08
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 10:22
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-09, 10:15
- Re: how to update my changed picture in my buddy - sapna, 2009-07-09, 09:35
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-08, 08:42
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 16:38
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 16:34
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 15:58
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 15:33
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 15:25
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 15:08
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 15:05
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 15:02
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 14:38
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 13:59
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 13:43
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-07, 10:39
- Re: how to update my changed picture in my buddy - sapna, 2009-07-07, 07:45
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-06, 18:36
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 17:18
- Re: how to update my changed picture in my buddy - wodDamir, 2009-07-06, 17:08
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 16:29
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-06, 16:02
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 15:44
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 13:38
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-06, 11:56
- Re: how to update my changed picture in my buddy - sapna, 2009-07-06, 10:56
- Re: how to update my changed picture in my buddy - woddrazen, 2009-07-06, 09:56