3.5 Address

Describes the address of a user, group, or resource.

3.5.1 Properties

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

Property

Access

Description

Application

R/O

Application. The Application object.

DisplayName

R/O

String. The descriptive name to be displayed to users.

EmailAddress

R/O

DEFAULT. String. The email address the system uses to deliver mail. The format is determined by EmailType.

EmailType

R/O

String. The email address type. "NGW" indicates an internal GroupWise address. Anything else is an external address. External addresses are submitted to the operating system's default email transport. (In Windows, for example, this property would be MAPI.)

ObjType

R/O

Enum (AddressTypeConstants). The type of entity this Address represents.

Parent

R/O

Object. The object that owns this Address. There are many possible owner objects, although any specified Address object will have a single owner.

3.5.2 Remarks

An Address object is refreshed when its parent object is refreshed.

Each Address object originates from a resolved address which is either a GroupWise address from an address book or an address external to GroupWise (such as an Internet address). A user who has been deleted from GroupWise may have an unresolvable address, in which case an Address object will represent the sender even if the sender is subsequently deleted from GroupWise.