|
This object is obsolete. Use RDOAddressList
object
instead.
AddressList collection represent an Outlook address list.
Returned by: AddressLists.Item()
Properties
Methods
|
Derived from:
IDispatch
|
|
Properties |
|
AddressEntries
|
Returns AddressEntries object
representing the child address entries in the container.
|
|
Default |
Boolean, read-write.
Determines whether the address list is displayed first when the address
book window opens.
|
|
Fields[PropTag] |
Returns or sets an
Extended MAPI property
PropTag - integer Extended MAPI property tag (e.g.
0x0037001E for PR_SUBJECT_A)
Note that RDO family of objects also
supports accessing MAPI properties by a DASL property name.
You can use one of the
MAPITags
enumeration elements, e.g.
MAPITags.PR_SUBJECT.
Scalar properties are
returned as variants of the corresponding type (e.g. PT_STRING8 and
PT_UNICODE properties are returned as strings, PT_LONG as integers,
etc).
For the object properties (PT_OBJECT, such as PR_CONTAINER_CONTENTS,
PR_ACL_TABLE, etc) Redemption tries to open them as IMAPITable Extended
MAPI object and, if successful, returns an instance of the
Redemption.MAPITable object
|
|
ID
|
String, read-only. Returns the entry id of the address list.
|
|
IsReadOnly |
Boolean, read-only. Returns true if the address list is read-only.
|
|
Name |
String, read-only. Returns the name of the address list.
|
|
Version |
String, Read-only. Returns Redemption library version, e.g. "5.2.0.2486"
|
|
|
Methods |
|
GetIDsFromNames(GUID, ID)
|
Returns an id suitable
for use in the Fields() collection given the GUID (as string) and ID
(can be either integer or a string).
For the discussion of the named properties, see the
Extended
MAPI properties section, especially the section on named properties.
|
|
|