HOW TO: COM("Outlook.Application")->oMailItem->FullHeader

  • Thread starter Thread starter Guest
  • Start date Start date
Hi Satria,

I´m not as familiar with PHP as with OL, anyway.

Line 2: The indexes are incorrect.
0=>"olFormatUnspecified"
2=>"olFormatHTML"
3=>"olFormatRichText"

Line 34: The Outlook object model doesn´t know a release method.

I don´t know, why '$z->BodyFormat' always returns 0. This property is
available for MailItems and PostItems only. Maybe the item you are
processing is none of these types?
 
Back
Top