MailSystem.NET
MailSystem.NET copied to clipboard
Great email library for C#.
Suddenly I have this exception after few days of app working fine ``` {System.ArgumentOutOfRangeException: Index and length must refer to a location within the string. Parameter name: length at System.String.Substring(Int32...
delete
If the last character of the message subject is ')', it is truncated when reading the subject property
Dear owner, When I open the ActiveUp.Mailsystem.DesktopClient i get several warnings about variables that might be undeclared or never assigned. also as you can see in the picture it speels...
Hi, I have this issue couple times. I have two window services running in different machines and connect to different email accounts (MS Exchange server 2013). Structure are as follows:...
Hi, I'm using the MailSystem.Net library for a Bounced Email tracking system that I'm working on. Firstly, I initiate an IMAP connection to GMAIL servers with ConnectSsl() using port 993....
Hi, When I try to Disconnect an already connected IMAP connection (GMAIL) with port 993, using the Disconnect() method, this error occurs: "Unexpected end of stream" Does anyone know what...
I tried using the MailSystem.net in my application but i get the above error. I'm using a gmail account for testing
For some odd reason the moveMessage method fails, it only moves a couple of emails and fails to finish the job. I have been fighting this issue for over 2...
Hello Reinaldo Coelho Sartorelli, I want examples of the following methods if they exist within the IMAP library. 1) Check to see if a mailbox exists on email server ifFolderExists...