Class DocumentItem (Outlook VBA)

The class DocumentItem represents any document other than a Microsoft Outlook item as an item in an Outlook folder.

Methods

Copy - Creates another instance of an object.

Delete - Removes the item from the folder that contains the item.

Display - Displays a new Inspector object for the item.

Move - Moves a Microsoft Outlook item to a new folder.

PrintOut - Prints the Outlook item using all default settings.The PrintOut method is the only Outlook method that can be used for printing.

Save - Saves the Microsoft Outlook item to the current folder or, if this is a new item, to the Outlook default folder for the item type.

SaveAs - Saves the Microsoft Outlook item to the specified path and in the format of the specified file type. If the file type is not specified, the MSG format (.msg) is used.

ShowCategoriesDialog - Displays the Show Categories dialog box, which allows you to select categories that correspond to the subject of the item.

Properties

Actions returns an Actions collection that represents all the available actions for the item.

Attachments returns an Attachments object that represents all the attachments for the specified item.

AutoResolvedWinner returns a Boolean that determines if the item is a winner of an automatic conflict resolution.

BillingInformation returns or sets a String representing the billing information associated with the Outlook item.

Body this object, member, or enumeration will be deprecated and is not intended to be used in your code.

Categories returns or sets a String representing the categories assigned to the Outlook item.

Class returns an OlObjectClass constant indicating the object's class.

Companies returns or sets a String representing the names of the companies associated with the Outlook item.

Conflicts return the Conflicts object that represents the items that are in conflict for any Outlook item object.

ConversationIndex returns a String that indicates the relative position of the item within the conversation thread.

ConversationTopic returns a String representing the topic of the conversation thread of the Outlook item.

CreationTime returns a Date indicating the creation time for the Outlook item.

DownloadState returns a constant that belongs to the OlDownloadState enumeration indicating the download state of the item.

EntryID returns a String representing the unique Entry ID of the object.

FormDescription returns the FormDescription object that represents the form description for the specified Outlook item.

GetInspector this object, member, or enumeration will be deprecated and is not intended to be used in your code.

Importance returns or sets an OlImportance constant indicating the relative importance level for the Outlook item.

IsConflict returns a Boolean that determines if the item is in conflict.

ItemProperties returns an ItemProperties collection that represents all standard and user-defined properties associated with the Outlook item.

LastModificationTime returns a Date specifying the date and time that the Outlook item was last modified.

MarkForDownload this object, member, or enumeration will be deprecated and is not intended to be used in your code.

MessageClass returns or sets a String representing the message class for the Outlook item.

Mileage returns or sets a String representing the mileage for an item.

NoAging returns or sets a Boolean value that is True to not age the Outlook item.

OutlookInternalVersion returns a Long representing the build number of the Outlook application for an Outlook item.

OutlookVersion returns a String indicating the major and minor version number of the Outlook application for an Outlook item.

PropertyAccessor returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent DocumentItem object.

Saved returns a Boolean value that is True if the Outlook item has not been modified since the last save.

Sensitivity returns or sets a constant in the OlSensitivity enumeration indicating the sensitivity for the Outlook item.

Session returns the NameSpace object for the current session.

Size returns a Long indicating the size (in bytes) of the Outlook item.

Subject returns or sets a String indicating the subject for the Outlook item.

UnRead returns or sets a Boolean value that is True if the Outlook item has not been opened (read).

UserProperties returns the UserProperties collection that represents all the user properties for the Outlook item.

Actions - Contains a collection of Action objects that represent all the specialized actions that can be executed on an Outlook item.

Attachments - Contains a set of Attachment objects that represent the attachments in an Outlook item.

Conflicts - Contains a collection of Conflict objects that represent all Microsoft Outlook items that are in conflict with a particular Outlook item.

Folder - Represents an Outlook folder.

FormDescription - Represents the general properties of an Outlook form.

Inspector - Represents the window in which an Outlook item is displayed.

ItemProperties - A collection of all properties associated with the item.

NameSpace - Represents an abstract root object for any data source.

PropertyAccessor - Provides the ability to create, get, set, and delete properties on objects.

UserProperties - Contains UserProperty objects that represent the custom properties of an Outlook item.