3.49 Filter

Represents saved filter information.

3.49.1 Properties

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

Property

Access

Description

Application

R/O

Application. The Application object.

Description

R/W

String. The description of this filter.

Expression

R/W

DEFAULT. String. The saved filter expression. The syntax of this property should match that used in the Filter dialog box of the GroupWise client.

LastAccessedDate

R/O

Date. The last date the filter was accessed. This date affects the most recent filters processing in the GroupWise client. The date can be updated by calling the TouchAccessedDate method.

Name

R/W

String. The name of this filter.

Parent

R/O

Filters collection. The Filters collection that owns this object. 

3.49.2 Methods

Delete()

Deletes this filter from its parent collection.

TouchAccessedDate()

Updates the LastAccessedDate to the current date and time.

3.49.3 Remarks

A Filter object is refreshed when its parent object is refreshed. When a Filter object is refreshed, it rereads property values from the message database.