Platform SDK: CDO 1.2.1 |
The AddressEntry object defines addressing information valid for a given messaging system.
Specified in type library: | CDONTS.DLL |
First available in: | CDO for NTS Library version 1.2 |
Parent objects: | Message (AddressEntry object only obtainable through Sender property of Message object) |
Child objects: | (none) |
Default property: | Name |
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 |
(None.)
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.