Running
Functions
The following table lists i!EmailIn.axi functions.
i!-EquipmentMonitorIn.axi Functions
Pop3ClearAllEmail | Syntax: |
| |
Messages | Pop3ClearAllEmailMessages() | ||
| |||
Deletes all | Pop3ClearAllEmailMessages has no arguments. | ||
from the internally | |||
Example: |
| ||
stored email list. |
| ||
|
| ||
| Pop3ClearAllEmailMessages() | ||
| Remarks: |
| |
| Pop3ClearAllEmailMessages should be called when you want to delete all | ||
| messages from the internally stored | ||
| updates nPop3QtyMail and nPop3TotalMail accordingly. This function does not | ||
| delete | ||
|
|
| |
Pop3ClearEmail | Syntax: |
| |
Message | SLONG Pop3ClearEmailMessage(Integer MsgNum) | ||
| |||
Deletes an | Pop3ClearEmailMessage has these arguments: | ||
from the internally | |||
MsgNum: | The message number of the | ||
stored | |||
|
| ||
| Pop3ClearEmailMessage returns these values: | ||
| If the MsgNum is invalid the | ||
|
|
| |
| Example: |
|
Pop3ClearEmailMessage(1)
| Remarks: |
|
| Pop3ClearEmailMessage should be called when you want to delete a message from | |
| the internally stored | |
| likely affect message ordering. Pop3ClearEmailMessage updates nPop3QtyMail | |
| and nPop3TotalMail accordingly. This function does not delete an | |
| server. |
|
|
|
|
Pop3GetEmail | Syntax: |
|
Retrieves | Pop3GetEmail(CHAR Delete) | |
from the server. | Pop3GetEmail has these arguments: | |
| ||
| Delete: | 1 or 0. 1 will delete all |
|
| leave all |
| Example: |
|
Pop3GetEmail(1)
Remarks:
Pop3GetEmail should be called when you want to manually force the retrieval of
| 12 | |
|
|
|