OutlookSession mySession = new OutlookSession(); int index = 0; Contact contact = new Contact(); contact.FirstName = "wang"; contact.LastName = "test"; session.Contacts.Items.Add(contact); 相关文章: 2021-05-08 2022-12-23 2021-12-05 2022-12-23 2021-12-13 2022-12-23 2021-06-18 2021-06-19