public OutlookContactInfo(ContactItem item, Syncronizer sync)
 {
     this.UserProperties = new UserPropertiesHolder();
     this.Update(item, sync);
 }
Exemplo n.º 2
0
 public OutlookContactInfo(ContactItem item, ContactsSynchronizer sync)
 {
     UserProperties = new UserPropertiesHolder();
     Update(item, sync);
 }