Interface EmailProfile.Lifecycle
- All Superinterfaces:
- EmailProfile
- Enclosing interface:
- EmailProfile
An 
EmailProfile which exposes additional methods for the Platform to drive the profile's lifecycle.- 
Nested Class SummaryNested classes/interfaces inherited from interface com.inductiveautomation.ignition.gateway.mail.EmailProfileEmailProfile.Lifecycle, EmailProfile.Managed
- 
Method SummaryMethods inherited from interface com.inductiveautomation.ignition.gateway.mail.EmailProfilegetAsSmtpEmailProfile, sendEmail
- 
Method Details- 
startupvoid startup()Starts up the email profile. Must only be called at most once, and must be called before shutdown.
- 
shutdownvoid shutdown()Shuts down the email profile. Must only be called at most once, and must be called after startup.
 
-