Neokernel API

ReceivePOP3EmailAgent.initProps Method

Initializes the default Props for this agent: "schedule" is specifies the schedule this agent uses to check the POP3 server (default: every 60 seconds), "pop3_host" is the POP3 server's host name (default: localhost), "pop3_port" is the POP3 server's port (default: 110), "username" is the POP3 account username, "password" is the POP3 account password, "max_trys" is the number of connection attempt to the POP3 server before giving up, "delete_messages" is set to true if the messages are to be deleted after downloading (default: true).

public override void initProps();

Implements

AgentInterface.initProps

See Also

ReceivePOP3EmailAgent Class | com.neokernel.email Namespace