Package jakarta.mail

Class 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 Detail

      • STORE

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

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