Package jakarta.mail

Class Provider.Type

java.lang.Object
jakarta.mail.Provider.Type
Enclosing class:
Provider

public static class Provider.Type extends Object
This inner class defines the Provider type. Currently, STORE and TRANSPORT are the only two provider types supported.
  • Field Details

    • STORE

      public static final Provider.Type STORE
      The Provider of type STORE.
    • TRANSPORT

      public static final Provider.Type TRANSPORT
      The Provider of type TRANSPORT.
  • Method Details