AddressEntry Object (CDONTS Library)

The AddressEntry object defines addressing information valid for a given messaging system.

At a Glance

Specified in type library: CDONTS.DLL
First available in: CDO for NTS Library version 1.2
Parent objects: Message (obtainable through Sender property of Message object)
Child objects: (none)
Default property: Name

Properties


Name
Available since version
Type

Access
Address 1.2 String Read-only
Application 1.2 String Read-only
Class 1.2 Long Read-only
Name 1.2 String Read-only
Parent 1.2 Message object Read-only
Session 1.2 Session object Read-only
Type 1.2 String Read-only

Methods

(None.)

Remarks

An address usually represents a person or process to which the messaging system can deliver messages.

The AddressEntry object is only available through the Sender property of a Message object. It is used to obtain the sender's name, e-mail address, and address type for use in constructing a new Recipient object on an outbound message.