3.43 EMailAddress

Provides an email address.

3.43.1 Properties

Property

Access

Description

Application

R/O

Application. The Application object.

MailAddress

R/O

String. Returns the Email Address text of this object.

Parent

R/O

AddressBookEntry. Returns the Address Book entry that owns this object.

DefaultAddress

R/O

Boolean. Is this Email Address the "default" address for this collection? (Making an Email Address the default means the GroupWise system will use this Email address whenever the parent Address Book entry is added to a message for Sending, Forwarding, etc.)

3.43.2 Methods

Delete()

Removes this Email Address from the parent Address Book Entry.

MakeDefaultAddress()

Sets this address as the Default Email Address. (There must be a default address for each collection. Therefore, setting an Email Address as the default was coded as a method, not a Property that can have FALSE passed in.)