Esempio n. 1
0
 await Synchronizer.Outlook.UpdateEntities(updates, c => w => w.Inner.LastName = c);
Esempio n. 2
0
 await Synchronizer.Outlook.UpdateEntities(updates, c => w => w.Inner.Subject = c);
Esempio n. 3
0
 private void updatesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     diaryApp.About.updates update_frm = new updates();
     update_frm.Show();
     update_frm.MdiParent = this;
 }
 await Synchronizer.OutlookDistListsOrNull.UpdateEntities(updates, c => w => w.Inner.DLName = c);