Aspose.Email for .NET 5.3 - public API changes (3)

Hello again,

I have noticed, that the methods from the "Aspose.Email.Pop3.Pop3Client" class: "BeginConnect", "EndConnect" and "Quit" - were removed. I've checked them in the Aspose.Email 5.2, where they were marked as "Obsolete". For the "Quit" it was told to use the "Disconnect", what I've done.

But for the "BeginConnect" and "EndConnect" it was told just not to use them. Can you please clarify what this means? Should I just remove the "BeginConnect" and "EndConnect" calls from my source code? If yes, which members have took the functional responsibilities for these obsolete methods?

Thanks in advance.

With best regards,
Denis Gvardionov

Hi Denis,

Thank you for writing to Aspose support team.

After the removal of Connect statements from Pop3Client, the BeginConnect and EndConnect statements have also been removed. The client now connects to the server upon the first request made to the server. Therefore, there is no explicit need for BeginConnect and EndConnect methods.