Admin Production ni-theme
Current Publication

InetPop3DeleteMessage

LabWindows/CVI

InetPop3DeleteMessage

int InetPop3DeleteMessage (int POP3Handle, int messageIndex);

Purpose

Deletes a message on the POP3 server.

Note  The message will be lost forever. Do not call this function if you want to leave the message on the server.

Parameters

Input
Name Type Description
POP3Handle int A POP3 handle returned by the InetPop3Open function.
messageIndex int The zero–based index of a message on the POP3 server.

Return Value

Name Type Description
result int Return value indicating whether the function was successful. A negative number indicates that an error occurred.

Additional Information

Library: Internet Library

Include file: cvintwrk.h

LabWindows/CVI compatibility: LabWindows/CVI 7.1 and later