Re: VCard - WeOnlyDo Discussion board

Re: VCard (General questions)

by Sapna, Monday, June 15, 2009, 13:03 (5639 days ago) @ wodSupport

[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: