SYNOPSISvarchar mimeEntityGetContentLocation(mimeEntity entityOrReader)
Parameters:
entityOrReader - A mimeEntity or
mimeReader object
Returns:
varchar content location URL of the entity
DESCRIPTION
The mimeEntityGetContentLocation function returns the
absolute URL for the content location of the entity. This is derived
from its Content-Location header, taking into account ancestor
entities' headers if needed. If the content location cannot be
determined, a URL of "thismessage:/" may be returned.
EXAMPLE<$ret = (mimeEntityGetContentLocation($reader))>