MailInBoxGetMessageSize

function

Library: Email support, SMTP and POP3 (OMMAIL)
Include: ommail.xin

Returns: the message length


Declaration
define external integer function MailInBoxGetMessageSize
           value MailInBox this-MailInBox
  message value integer message

Argument definitions

this-MailInBox
is an OMX component of type MailInBox.
message
is the identification number of the message you want to know the size of.


Purpose

This function returns the length of the message indicated by number. A negative number will be returned if an error occurs.

Example:


  do when MailInBoxGetMessageSize MyBox message 1 < 1000000
  ...
  done