Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
Pop3Server handles and manipulates POP3 servers. More...
Public Member Functions | |
void | setEnable (bool) |
Enables or disables the POP3 service. More... | |
bool | isEnabled () |
Returns true if the POP3 service is enabled, otherwise false. More... | |
![]() | |
Device | getOwnerDevice () |
Returns the device for this process. More... | |
Pop3Server handles and manipulates POP3 servers.
bool Pop3Server::isEnabled | ( | ) |
Returns true if the POP3 service is enabled, otherwise false.
void Pop3Server::setEnable | ( | bool | ) |
Enables or disables the POP3 service.
bEnable,true | to enable the POP3 service, false to disable it. |