It's Mime Part or Richtext Item?

Hi! I have a document who’s web form have a field of type “NotesRichTextItem/Using Best Fit for OS”. But when i look at the document properties with Notes Client, the field Type is “Mime Part” and it content HTML. That’s OK. I would like to access that HTML with LotusScript MimeEntity class(or …), but when i check the field type property notesItem.type), it’s Richtext!!How can i access that html content by LotusScript. Field properties:

Field Name: sTexto

Data Type: MIME Part

Data Length: 4675 bytes

Seq Num: 20

Dup Item ID: 0

Field Flags: SIGN SEAL

"MIME-Version: 1.0

Content-Transfer-Encoding: binary

Content-Type: text/html; charset=UTF-8

Thanks for your help!!!

Diego

PD: sorry for my English .I speak spanish

Subject: Try notesSession.ConvertMIME = False before opening the doc.

Subject: It’s Mime Part or Richtext Item?

http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_designer.nsf/0/033e001ed3f1e89d85256c54004d3e5d?OpenDocument