DocumentItem Object

Outlook Developer Reference

Represents any document other than an Outlook item as an item in an Outlook folder.

Remarks

A DocumentItem object is any document other than an Outlook item as an item in an Outlook folder. In common usage, this will be an Office document but may be any type of document or executable file.

Unlike other Microsoft Outlook objects, you cannot create this object.

Bb219944.vs_note(en-us,office.12).gif  Note
When you try to programmatically add a user-defined property to a DocumentItem object, you receive the following error message: "Property is read-only." This is because the Outlook object model does not support this functionality.

See Also