Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Defines properties that enable access to a collection of Addressee objects. This collection is returned by the AmbiguousNames property of the IAddressee interface.
Properties
Name | Type | Description |
---|---|---|
Count
(Read-only) |
[Visual Basic,VBScript]Long [C++,IDL] long |
Returns the number of Addressee objects in the collection. |
Item
(Read-only) |
[Visual Basic,VBScript] Addressee [C++,IDL]Addressee* |
Returns the Addressee object specified by index. |
_NewEnum
(Read-only) |
[Visual Basic,VBScript] (Used in For Each In)
[C++,IDL] IUnknown* |
Returns an IEnumVariant interface on an enumeration object. (This property is hidden from Microsoft® Visual Basic® and is used in For Each in constructs.) |
The collection index always ranges from 1 to the value returned by the Count property.