imap_noop

Example: imap_noopInternet Messaging Functions (IMAP)

Performs a noop operation.

int imap_noop( char *transaction );
transactionA transaction name for this step in quotes. To avoid creating a transaction for this step, use a null string, "".

The imap_noop function performs a noop operation on a mailbox. This is useful for testing the network.

This function is for use with global sessions. For multiple sessions, use the imap_noop_ex function, which allows you to specify a session identifier.

Return Values

If this function succeeds, it returns LR_PASS. Otherwise, it returns LR_FAIL.

Parameterization

Standard parameterization is not available for this function.