Re: VCard (General questions)
No, that's not it. It is of IPictureDisp type. If you refer to experts-exchange link I provided you can see sample there, something like [code]void CViaClientDlg::XMPP_VCardDetails(LPDISPATCH Contact, BOOL Partial)
{
IXMPPContact cnt;
cnt.AttachDispatch(Contact);
IXMPPVCard vc;
vc.AttachDispatch(Contact.GetVCard()) ;
CPictureHolder foo;
foo.SetPictureDispatch(vc.GetPhoto());
}
[/code]
I didn't test it but I don't see why this wouldn't work.
Kreso
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