MailSystem.NET icon indicating copy to clipboard operation
MailSystem.NET copied to clipboard

Great email library for C#.

Results 21 MailSystem.NET issues
Sort by recently updated
recently updated
newest added

With Microsoft's decision that all O365 lose Basic Authentication in October 2022, will there be an update to MailSystem.NET for OAuth2 connection? If this is already done, I apologize as...

Shall we manually setup the mail as read, as well unread option

Hi, I'm new to s/mime and need to digitally sign email with xml attachment, but unfortunately this email has a wrong hash value. I digged into the code of the...

Do we have any sample code in c# for following feature? vCard & vCalendar Contact file reading and writing Calendar event reading and writing Sending and receiving a meeting request

help wanted
question

Hello everyone, Can some one help me read spam mail using MailSystem.NET, please? Thanks all,

I have read the notes that are written in the Gmail documentation. It reads that you should check the inbox every 10 minutes. I have set a timer at that...

I am writing an application that processes user emails. O start the application connects to Gmail and then once per minute checks for new emails. After approximately 12 - 20...

I have mentioned the code below which is working fine for Gmail but not giving any notification in case of outlook account. ``` private void StartIdleProcess(object sender, DoWorkEventArgs e) {...

### Issue I have an email messages with an attachment. The properties "FileName" and "ContentType" of the UnknownDispositionMimeParts are blank, even though the "OriginalMessage" property shows all those attachment details....

I am able to fetch all mails from Inbox and their subfolders and Sent mails as well. But when I try to fetch messages from contact/calendar/tasks mailboxes folder it is...