3.75 QuickMessages

Provides a fast way to access messages.

3.75.1 Properties

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

Property

Access

Description

Application

R/O

Application. Returns the application object.

ClassName

R/O

Returns the ClassName for the Message. For example, a Mail Message returns the string GW.MESSAGE.MAIL.

Count

R/O

Long. The number of objects in this collection.

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. For Windows.

Parent

R/O

Object. The IDispatch pointer to the object that owns the collection.

StartDate

R/O

Returns the Date a Calendar Item starts on. For example, the starting time of an appointment. Only Calendar Items (Appointments, Tasks, and Reminder Notes) return a date. If you request the StartDate from any other Message Item type, an error is returned.

3.75.2 Methods

QuickMessage Item(Long Index)

DEFAULT. Returns the QuickMessage object that is located at the given Index in the collection. Index can only be a Long numeric value from 1 to the number returned from the Count property. Returns an exception if the Index is outside that range.