mapi_delete_mail
Example: mapi_delete_mail | MS Exchange Server Functions (MAPI) |
Deletes the current or selected e-mail entries.
int mapi_delete_mail( char *transaction, [char *ID,] LAST );
transaction | A transaction name for this step in quotes. To instruct VuGen not to create a transaction for this step, use a NULL string, "". |
ID | The ID of messages to delete. Use the following format: "Id= number" |
LAST | A marker indicating the end of the argument list. |
The mapi_delete_mail function deletes the current or selected e-mail entries on the MS Exchange server.
This function is for use with global sessions. For multiple sessions, use the mapi_delete_mail_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
All arguments of this function of the type char, can be parameterized with standard parameterization.