DLMembers

This large collection contains DLMember objects.

Properties

The following table lists the properties for this class, along with access and descriptions.

Property

Access

Description

NewEnum

R/O

Enumeration object (implements IEnumVARIANT. For Windows only).

ObjType

R/O

Enum( eadObjDLMembers )

System

R/O

System

Methods

DLMember Add( AdminObject Member, [ParticipationTypeConstants Participation], [DistributionList DistList] )

Creates a DLMember object from the given Member object. Member is a DistributionList, Nickname, Resource, or User object.

  • If Participation is omitted, To is assumed.

  • If DLMembers is obtained through the MemberOf method of Nickname, Resource, or User, DistList is required.

DLMembersIterator CreateIterator()

Creates a DLMembersIterator object.

DLMember Item( AdminObject Member, [ DistributionList DistList ] )

Returns the DLMember object represented by Member. Member is a DistributionList, Nickname, Resource, or User object.

  • If DLMembers is obtained through the MemberOf method of Nickname, Resource, or User, DistList is required.

Remarks

None.