AddressEntries Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a collection of addresses for an AddressList object.
public interface class AddressEntries : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0006304A-0000-0000-C000-000000000046")]
public interface AddressEntries : System.Collections.IEnumerable
Public Interface AddressEntries
Implements IEnumerable
- Attributes
- Implements
Remarks
The object may contain zero or more AddressEntry objects and provides access to the entries in a transport provider's address book container.
Properties
Application |
Returns an Application object that represents the parent Outlook application for the object. Read-only. |
Class |
Returns an OlObjectClass constant indicating the object's class. Read-only. |
Count |
Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. |
Item[Object] |
Returns an AddressEntry object from the collection. |
Parent |
Returns the parent Object of the specified object. Read-only. |
RawTable |
This object, member, or enumeration is deprecated and is not intended to be used in your code. |
Session |
Returns the NameSpace object for the current session. Read-only. |
Methods
Add(String, Object, Object) |
Adds a new entry to the AddressEntries collection. |
GetFirst() |
Returns the first object in the AddressEntries collection. |
GetLast() |
Returns the last object in the AddressEntries collection. |
GetNext() |
Returns the next object in the AddressEntries collection. |
GetPrevious() |
Returns the previous object in the AddressEntries collection. |
Sort(Object, Object) |
Sorts the collection of items by the specified property. The index for the collection is reset to 1 upon completion of this method. |