imap_noop_ex
Example: imap_noop_ex | Internet Messaging Functions (IMAP) |
Performs a noop operation for a specific IMAP session.
int imap_noop_ex( IMAP *ppimap, char *transaction );
ppimap | A session identifier. |
transaction | A transaction name for this step in quotes. To avoid creating a transaction for this step, use a null string, "". |
The imap_noop_ex function performs a noop operation on a mailbox for a specific IMAP session. This is useful for testing the network.
This function is for use with multiple sessions. For global sessions, use the imap_noop function, which leaves out the 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.