IMAddresses

Provides an instant messaging address.

Properties

Property

Access

Description

Application

R/O

Application. The Application object.

Count

R/O

Long. The number of items in this collection.

_NewEnum

R/O

Enumeration object. Implements IEnumVARIANT. For Windows only.

Parent

R/O

AddressBookEntry pointer. The Dispatch pointer at the Address Book Entry object that owns this Collection.

Methods

IMAddress Add(String NewIMAddress, IMAddressTypeConstant NewIMType)

Adds a new Instant Messaging Address to the collection. The new address is given by the String NewIMAddress passed in. Returns an IMAddress object. Throws an exception if the given IM Address is already in the collection.

IMAddress Item(Long Index)

Default. Returns the IMAddress object located at the given Index in the collection. Valid indexes are 1 through Count, inclusive. Throws an exception if the index is outside of this range.