SYNOPSISvarchar mimeEntityGetImapSectionSpecification(mimeEntity entityOrReader)
Parameters:
entityOrReader
- A mimeEntity
or
mimeReader
object
Returns:
varchar
IMAP section specification
DESCRIPTION
The mimeEntityGetImapSectionSpecification
function returns
the IMAP section specification (number) for the given entity. This is
a dotted-decimal number used by IMAP to denote entities (sections)
within a message.
EXAMPLE<$ret = (mimeEntityGetImapSectionSpecification($reader))>
IMAP section number: $ret
See the MIME example script (here) for a more thorough example.
SEE ALSOmimeEntityGetChildNumber