3.90 Trash

An account's Trash.

3.90.1 Properties

The following table lists properties along with their access and descriptions.

Property

Access

Description

Application

R/O

Application. The Application object.

Name

R/O

String. The name of this trash folder.

Parent

R/O

Account. The Account object that owns this object.

TrashEntries

R/O

TrashEntries collection. The collection of entries in the trash.

3.90.2 Methods

Empty()

Empties the Trash by deleting all entries from the TrashEntries collection.

Refresh()

Forces this Trash object and its associated TrashEntries collection to reread property values from the message database. The reading of a specific property may be postponed until the next time the property is accessed. This "lazy evaluation" is an optimization that avoids unnecessary reading of unaccessed properties.