-3

I want to save every new contact comes using mail kit, For that, I need a functionality to search in existing contact and save contact in the contact folder.

Is it possible?

Jatin Patel
  • 65
  • 2
  • 7
  • 3
    Probably yes, this is the answer for your question. – Simo Sep 21 '18 at 13:44
  • If you know than please share some code for it. – Jatin Patel Sep 21 '18 at 13:46
  • 1
    Why? we are not here to do things instead of you. This is the point that I wanted to reach. **First**: read the [documentation](http://www.mimekit.net/docs/html/Getting-Started.htm). **Second:** figure it out on your own how to do that or search for some tutorials online. Try something and ask on StackOverflow only if you got stuck somewhere. That means that you have to include a [complete and verifiable](https://www.stackoverflow.com/help/mcve) example of what you tried. – Simo Sep 21 '18 at 13:49
  • I had already check but In the documentation, nothing is available about add contact, beyond that I had checked the library if in case any function related to that available but didn't get any, Also googling for it and at the end posted here. Hope somebody has faced this issue who can help here. – Jatin Patel Sep 21 '18 at 15:12
  • If there isn't anything inside the documentation there are two options: 1) you read it bad. 2) Is not possible to achieve it – Simo Sep 21 '18 at 16:04
  • Thanks for informing. I never know if you don't explain this. – Jatin Patel Sep 23 '18 at 08:44

1 Answers1

0

MailKit implements mail protocols. It does not implement any addressbook protocols.

jstedfast
  • 35,744
  • 5
  • 97
  • 110