Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
Pop3Server Class Reference

Pop3Server handles and manipulates POP3 servers. More...

Inheritance diagram for Pop3Server:
Process

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...
 
- Public Member Functions inherited from Process
Device getOwnerDevice ()
 Returns the device for this process. More...
 

Detailed Description

Pop3Server handles and manipulates POP3 servers.

Member Function Documentation

◆ isEnabled()

bool Pop3Server::isEnabled ( )

Returns true if the POP3 service is enabled, otherwise false.

Returns
bool, true if the POP3 service is enabled, otherwise false.

◆ setEnable()

void Pop3Server::setEnable ( bool  )

Enables or disables the POP3 service.

Parameters
bEnable,trueto enable the POP3 service, false to disable it.

The documentation for this class was generated from the following file: