Share via


StorageItem Object Members

Outlook Developer Reference

A message object in MAPI that is always saved as a hidden item in the parent folder and stores private data for Outlook solutions.

Methods

  Name Description
Bb176785.methods(en-us,office.12).gif Delete Permanently removes the StorageItem object from the parent folder.
Bb176785.methods(en-us,office.12).gif Save Saves the StorageItem.

Properties

  Name Description
Bb176785.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176785.properties(en-us,office.12).gif Attachments Returns an Attachments object that represents all the attachments for the specified item. Read-only.
Bb176785.properties(en-us,office.12).gif Body Returns or sets a String representing the clear-text body of the Outlook item. Read/write.
Bb176785.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176785.properties(en-us,office.12).gif CreationTime Returns a DateTime value that indicates the creation time for the StorageItem. Read-only.
Bb176785.properties(en-us,office.12).gif Creator Returns and sets the solution that created the StorageItem object. Read/write.
Bb176785.properties(en-us,office.12).gif EntryID Returns a String representing the unique Entry ID of the object. Read-only.
Bb176785.properties(en-us,office.12).gif LastModificationTime Returns a DateTime value specifying the date and time that the Outlook item was last modified. Read-only.
Bb176785.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176785.properties(en-us,office.12).gif PropertyAccessor Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent StorageItem object. Read-only.
Bb176785.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.
Bb176785.properties(en-us,office.12).gif Size Returns a Long indicating the size (in bytes) of the StorageItem. Read-only.
Bb176785.properties(en-us,office.12).gif Subject Returns or sets a String indicating the subject for the Outlook item. Read/write.
Bb176785.properties(en-us,office.12).gif UserProperties Returns the UserProperties collection that represents all the user properties for the Outlook item. Read-only.