Unamed field on General Tab in Contact Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Outlook 2003 for Home and Business. There is a large square text
field on the Contact Form General Tab in the lower right hand corner. I've
been using it for entering notes about a contact. However, under the All
Fields tab - if I select "All Contact fields", this field does not show up
with its values. What is the name of this large text field and how is it
used? I'd like to be able to see it's values in other views and be able to
map the field in sychronization with other applications.
 
In the Outlook object model, it's the ContactItem.Body property, but it actually contains more than the Body property exposes, for example, images and formatting. In views, you'll see it as the Notes field, but the best way to display what can be shown in views is to use AutoPreview.
 
Back
Top