Aspose.Email for .NET V22.5

Released: May 30, 2022

Atualizações na V22.5

Recursos

  • Enumerating Messages with Paging Support using Graph Client - The API provides paging and filtering support for listing messages. This is very helpful where a mailbox has a large number of messages and requires a lot of time to retrieve summary information.
  • Added the following changes to the public API:
    • IAsyncSmtpClient - Allows applications to send messages using the Simple Mail Transfer Protocol (SMTP).
    • SmtpClient.CreateAsync - Creates a new instance of the Aspose.Email.Clients.Smtp.SmtpClient class.
    • SmtpSend - Aspose.Email.Clients.Smtp.IAsyncSmtpClient.SendAsync(Aspose.Email.Clients.Smtp.Models.SmtpSend) method parameter set.
    • SmtpForward - The Aspose.Email.Clients.Smtp.IAsyncSmtpClient.ForwardAsync(Aspose.Email.Clients.Smtp.Models.SmtpForward) arguments.
    • IAsyncImapClient - Allows applications to access and manipulate messages using Internet Message Access Protocol (IMAP).
    • ImapClient.CreateAsync - Creates a new instance of the Aspose.Email.Clients.Imap.ImapClientclass.