Пример #1
0
 private void btnMailAPI_Click(object sender, EventArgs e)
 {
     Forms.MailAPI mMailAPI = new Forms.MailAPI(olServicesClient);
     mMailAPI.Owner = this;
     mMailAPI.ShowDialog(this);
 }
Пример #2
0
 private void btnMailAPI_Click(object sender, EventArgs e)
 {
     Forms.MailAPI mMailAPI = new Forms.MailAPI(ref graphClient, ref applogger, ref sdklogger);
     mMailAPI.Owner = this;
     mMailAPI.ShowDialog(this);
 }
Пример #3
0
 private void btnMailAPI_Click(object sender, EventArgs e)
 {
     Forms.MailAPI mMailAPI = new Forms.MailAPI(ref graphClient, ref applogger, ref sdklogger);
     mMailAPI.Owner = this;
     mMailAPI.ShowDialog(this);
 }