04-19-2016 01:38 PM
Hello,
Im trying to dev a plugin and I have this problem :
foreach (Contact c in application.ActFramework.Contacts.GetContacts(null)) { MessageBox.Show(c.FullName); }
I got 8 contacts sadly, only one seems to go through this.. Maybe it's MessageBox who didn't show all, I don't know...
It's probably dumb...
Thanks for your help guys, if someone can explain me what's going on. Thanks, have a nice day.
04-19-2016 01:44 PM
Well I got it, a method after my MessageBox fails... Sorry for this bad question !