MailBoxGetFilInfo

sql

FUNCTION MailBoxGetFilInfo(IN mailbox HANDLE, IN id INT) RETURNS INT;

Parameters

mailbox handle of the mailbox
flag letter identifier

Since version

6.0f

Description

This function reads the information about the letter's attachments from the mailbox (specified in the profile) of the mailing system and stores them into the system table _INBOXFILES.

Function value

This function returns 0 if successful, the error number otherwise.

Example

Sending example

See