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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top