Share via


StorageItem Members

Include Protected Members
Include Inherited Members

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

The StorageItem type exposes the following members.

Properties

 

Name

Description

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _StorageItem.)

Public property

Attachments

Returns an Attachments object that represents all the attachments for the specified item. Read-only. (Inherited from _StorageItem.)

Public property

Body

Returns or sets a String (string in C#) representing the clear-text body of the Outlook item. Read/write. (Inherited from _StorageItem.)

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _StorageItem.)

Public property

CreationTime

Returns a DateTime value that indicates the creation time for the StorageItem. Read-only. (Inherited from _StorageItem.)

Public property

Creator

Returns and sets the solution that created the StorageItem object. Read/write. (Inherited from _StorageItem.)

Public property

EntryID

Returns a String (string in C#) representing the unique Entry ID of the object. Read-only. (Inherited from _StorageItem.)

Public property

LastModificationTime

Returns a DateTime value specifying the date and time that the Outlook item was last modified. Read-only. (Inherited from _StorageItem.)

Public property

Parent

Returns the parent Object of the specified object. Read-only. (Inherited from _StorageItem.)

Public property

PropertyAccessor

Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent StorageItem object. Read-only. (Inherited from _StorageItem.)

Public property

Session

Returns the NameSpace object for the current session. Read-only. (Inherited from _StorageItem.)

Public property

Size

Returns an Integer (int in C#) value indicating the size (in bytes) of the StorageItem. Read-only. (Inherited from _StorageItem.)

Public property

Subject

Returns or sets a String (string in C#) indicating the subject for the Outlook item. Read/write. (Inherited from _StorageItem.)

Public property

UserProperties

Returns the UserProperties collection that represents all the user properties for the Outlook item. Read-only. (Inherited from _StorageItem.)

Top

Methods

 

Name

Description

Public method

Delete

Permanently removes the StorageItem object from the parent folder. (Inherited from _StorageItem.)

Public method

Save

Saves the StorageItem. (Inherited from _StorageItem.)

Top

See Also

Reference

StorageItem Interface

Microsoft.Office.Interop.Outlook Namespace