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 | |
vector< Mail > | getMails () |
Returns all the mails in the mailbox. More... | |
void | deleteMailAt (int) |
Deletes the mail at the given index. More... | |
void MailBox::deleteMailAt | ( | int | ) |
Deletes the mail at the given index.
index,index | of the mail entry to delete. |
vector< Mail > MailBox::getMails | ( | ) |
Returns all the mails in the mailbox.