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