Create a custom address book for Outlook 2010 programmatically
问题 I'd like to create a Custom Contact List ( or address book as it's called ) so that in Outlook the user will be looking at "Suggested Contact", "Contacts" etc., and then, "Custom Contacts". I went off and tried the following. int count = this.Application.GetNamespace("MAPI").AddressLists.Count; This gives me the value of 8. So, naturally, I've tried to Add something to the address list object but guess what - there's no such method. It's nothing strange about that, since the API clearly