com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Interface IMailTransferAgent

  • All Superinterfaces:
    com.aspose.ms.System.IDisposable
    All Known Implementing Classes:
    SmtpClient


    public interface IMailTransferAgent
    extends com.aspose.ms.System.IDisposable

    Provides the base interface for mail transfer agents.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void send(MailMessage message)
      Send an Email message.
      • Methods inherited from interface com.aspose.ms.System.IDisposable

        dispose
    • Method Detail

      • send

        void send(MailMessage message)

        Send an Email message.

        Parameters:
        message - The Email message.