Re: VCard (General questions)
[code] void CViaClientDlg::XMPP_VCardDetails(LPDISPATCH Contact, BOOL Partial)
{
IXMPPContact cnt;
cnt.AttachDispatch(Contact);
IXMPPVCard contactVcard ;
cnt.AttachDispatch(contactVcard.GetPhoto()) ;
}[/code]
is this correct? what does it return? and where should i check for the returned value? because i don't know what to do or what variable stores the picture data. what more should i add and what should i remove?
thanks,
sapna
Complete thread:
- VCard - Varchas, 2009-06-11, 13:29
- Re: VCard - woddrazen, 2009-06-11, 15:52
- Re: VCard - Varchas, 2009-06-11, 18:04
- Re: VCard - wodSupport, 2009-06-11, 21:52
- Re: VCard - Varchas, 2009-06-11, 18:04
- Re: VCard - woddrazen, 2009-06-11, 15:52