Uses of Interface
com.collation.platform.model.topology.app.lotus.SMTPConfig

Packages that use SMTPConfig
com.collation.platform.model.topology.app.lotus   
 

Uses of SMTPConfig in com.collation.platform.model.topology.app.lotus
 

Methods in com.collation.platform.model.topology.app.lotus that return SMTPConfig
 SMTPConfig DominoServer.getSMTPConfig()
          Represents a set of configuration attributes that are related to the SMTP server configuration All values are obtained from the server document.
 

Methods in com.collation.platform.model.topology.app.lotus with parameters of type SMTPConfig
 void DominoServer.setSMTPConfig(SMTPConfig s)