|        | |||||
|  | |||||
| function | MailInBoxGetMessageSize | ||||
| Other Library Functions | 
| Library: Mail Include: ommail.xin | Returns: Numeric The length of the message. | 
  define external counter function MailInBoxGetMessageSize
             value MailInBox this-MailInBox
    message value counter message
This function returns the length of the message indicated by number. A negative number will be returned if an error occurs.
Arguments:
Example:
do when MailInBoxGetMessageSize MyBox message 1 < 1000000 ... done
| ---- |