Questions tagged [mailkit]

MailKit is a cross-platform .NET mail-client library optimized for mobile.

MailKit is a cross-platform .NET mail-client library optimized for mobile, it is built on top of MimeKit.

785 questions
-1
votes
1 answer

MailKit not synced against Exchange account

I'm having some issues with getting into sync with my Exchange account through MailKit using IMAP. I'm doing a Inbox.Fetch(0, -1, items); To get all mails in my inbox. This imapClient will never close, and have a timer that will do the Fetch…
grmihel
  • 784
  • 3
  • 15
  • 40
-1
votes
1 answer

MailKit delete Emails Xamarin C#

I am using mailkit on monotouch xamarin. I am creating an app that will receive emails(email client). I give to the user the option to choose if he is using Pop3 or IMAP connection protocol. My issue is that I cant find solution on how he can …
focus
  • 171
  • 9
  • 31
-2
votes
1 answer

How can i apply a style or a category to mailbox emails when message flag answered is applied in Mailkit?

I use MailKit to read messages from a Various Mailboxes. Works great.. How can i apply a style or a category to mailbox emails when message flag answered is applied?I can´t seem to find anything about it.
coder771
  • 368
  • 5
  • 17
-2
votes
1 answer

How can i create a List type of MailKit message?

Today now I'm using Mime like this: List allMessages; But then later in my code I'm doing: private int numberofallmessages = 0; private int countMsg = 0; private void backgroundWorker1_DoWork(object sender,…
Daniel Lipman
  • 41
  • 1
  • 8
-3
votes
1 answer

Can we save and retrieve contact using mailkit?

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
1 2 3
52
53