error: parts from imap_fetchstructure()
Posted: Sun Oct 27, 2002 9:17 pm
Hi guys,
I can't get the parts from the returned object:
$nntp=imap_open(...) // connection works
$structure=imap_fetchstructure($nntp,1); // works
$ibytes=$structure->bytes; // works so I know I have valid object
$parts=$structure->parts; // does not work
Here is the error: PHP Notice: Undefined property: parts
Why doesn't it work ? Is it because it's a newsgroup ? Thanks.
I can't get the parts from the returned object:
$nntp=imap_open(...) // connection works
$structure=imap_fetchstructure($nntp,1); // works
$ibytes=$structure->bytes; // works so I know I have valid object
$parts=$structure->parts; // does not work
Here is the error: PHP Notice: Undefined property: parts
Why doesn't it work ? Is it because it's a newsgroup ? Thanks.