RemoteItem Object
Description
Represents an remote item in an Inbox (mail) folder. The RemoteItem object is similar to the MailItem object, but it contains only the Subject, Received Date and Time, Sender, Size and the first 256 characters of the body of the message. It is used to give someone connecting in remote mode enough information to decide whether or not to download the corresponding mail message.
Using the RemoteItem Object
Unlike other Outlook objects, you cannot create this object. Remote items are created by Outlook automatically when you use a Remote Access System (RAS) connection. Each RemoteItem created on the local system corresponds to a pre-existing MailItem on the remote system.
Properties
Actions property, Application property, Attachments property, BillingInformation property, Body property, Categories property, Companies property, CreationTime property, EntryID property, FormDescription property, GetInspector property, HasAttachment property, Importance property, LastModificationTime property, MessageClass property, Mileage property, NoAging property, OutlookInternalVersion property, OutlookVersion property, Parent property, RemoteMessageClass property, Saved property, Sensitivity property, Size property, Subject property, TransferSize property, TransferTime property, UnRead property, UserProperties property.
Methods
Close method, Copy method, Delete method, Display method, Move method, PrintOut method, Save method, SaveAs method.
Events
Close event, CustomAction event, CustomPropertyChange event, Forward event, Open event, PropertyChange event, Read event, Reply event, ReplyAll event, Send event, Write event.