NameSpace.GetAddressEntryFromID Method
| Outlook Developer Reference |
Version Information
Version Added: Outlook 2007
Syntax
expression.GetAddressEntryFromID(ID)
expression A variable that represents a NameSpace object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| ID | Required | String | A string identifier for an address entry maintained for the session. |
Return Value
An AddressEntry that has the ID property matching the specified
Remarks
The ID property for an AddressEntry is a permanent, unique string identifier that the transport provider assigns when an AddressEntry is created.
Outlook maintains a hierarchy of address books for a session, and the address entry returned must match the given
GetAddressEntryFromID returns an error if no item with the given
GetAddressEntryFromID also returns an error if no connection is available or the user is set to work offline.