Type Property (CDONTS AddressEntry Object)

The Type property specifies the address type, such as SMTP. Read-only.

Syntax

objAddressEntry.Type 
 

Data Type

String

Remarks

The address type is usually a tag referring to the messaging system that routes messages to this address, such as SMTP.

The Type property always returns SMTP in the current version of CDO for NTS.

Example

See the example for the AddressEntry object's Address property.