public OutlookContactInfo(ContactItem item, Syncronizer sync)
 {
     this.UserProperties = new UserPropertiesHolder();
     this.Update(item, sync);
 }
Пример #2
0
 public OutlookContactInfo(ContactItem item, ContactsSynchronizer sync)
 {
     UserProperties = new UserPropertiesHolder();
     Update(item, sync);
 }