Interface EmailProfile.Lifecycle

    • Method Detail

      • startup

        void startup()
        Starts up the email profile. Must only be called at most once, and must be called before shutdown.
      • shutdown

        void shutdown()
        Shuts down the email profile. Must only be called at most once, and must be called after startup.