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
MailBox Class Reference

Public Member Functions

vector< MailgetMails ()
 Returns all the mails in the mailbox. More...
 
void deleteMailAt (int)
 Deletes the mail at the given index. More...
 

Member Function Documentation

◆ deleteMailAt()

void MailBox::deleteMailAt ( int  )

Deletes the mail at the given index.

Parameters
index,indexof the mail entry to delete.

◆ getMails()

vector< Mail > MailBox::getMails ( )

Returns all the mails in the mailbox.

Returns
vector<Mail>, value is a list that contains all the mails.

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