SilverStream
Application Server 3.5

com.sssw.srv.api
Interface AgiMailAccount

All Superinterfaces:
AgiAdmMailAccount

public interface AgiMailAccount
extends AgiAdmMailAccount

Server-side interface that represents an individual mail account. This interface extends the AgiAdmMailAccount interface and adds no additional public methods.

When mail events are fired, the source of those events (available via evt.getSource()) will be an object implementing this interface.

An object implementing this interface is returned by the AgiServer.getMailAccount() method.


Methods implemented from interface com.sssw.rts.adminapi.AgiAdmMailAccount
getPassword, getPort, getServerName, getUserName, init, setPassword, setPort, setServerName, setUserName
 


SilverStream
Application Server 3.5