DistributionGroup Members

Include Protected Members
Include Inherited Members

Represents a distribution group (an e-mail distribution list).

The DistributionGroup type exposes the following members.

Properties

  Name Description
Public property ContactManager Gets the parent contact manager of this group. (inherited from Group)
Public property Count Returns number of items in the collection. (inherited from ContactCollection)
Public property Description Gets the description of a group.
Public property EmailAddress Gets the e-mail address of a distribution group.
Public property Id Gets the ID of the group. (inherited from Group)
Public property IsExpanded Returns the expansion state of a distribution group.
Public property IsReadOnly (inherited from ContactCollection)
Public property Item (inherited from ContactCollection)
Public property Name Gets the name of the group. (inherited from Group)
Public property NestedGroups Gets the collection of nested distribution groups.
Public property Type Gets the group type. (inherited from Group)

Top

Methods

  Name Description
Public method Add (inherited from ContactCollection)
Public method BeginAddContact Adds a new contact to the group. (inherited from Group)
Public method BeginExpand Expands a distribution group.
Public method BeginGetAllMembers Gets all group members.
Public method BeginGetOwner Gets the owner of a group.
Public method BeginRemoveContact Removes a contact from the group. (inherited from Group)
Public method CanInvoke Returns true if a certain action can be applied to the group. (inherited from Group)
Public method Clear (inherited from ContactCollection)
Public method Contains (inherited from ContactCollection)
Public method CopyTo (inherited from ContactCollection)
Public method CreateObjRef (inherited from MarshalByRefObject)
Public method EndAddContact Blocks calling thread until BeginAddContact completes. (inherited from Group)
Public method EndExpand Blocks calling thread until BeginExpand completes.
Public method EndGetAllMembers Blocks calling thread until BeginGetAllMembers completes. Returns a collection of contacts representing group members.
Public method EndGetOwner Blocks calling thread until BeginGetOwner completes. Returns Contact instance representing distribution group owner.
Public method EndRemoveContact Blocks calling thread until BeginRemoveContact completes. (inherited from Group)
Public method Equals (inherited from Object)
Protected method Finalize (Overrides Group.Finalize().)
Public method GetEnumerator (inherited from ContactCollection)
Public method GetHashCode (inherited from Object)
Public method GetLifetimeService (inherited from MarshalByRefObject)
Public method GetType (inherited from Object)
Public method IndexOf (inherited from ContactCollection)
Public method InitializeLifetimeService (inherited from MarshalByRefObject)
Public method Insert (inherited from ContactCollection)
Protected method MemberwiseClone() (inherited from Object)
Protected method MemberwiseClone(Boolean) (inherited from MarshalByRefObject)
Public method Remove (inherited from ContactCollection)
Public method RemoveAt (inherited from ContactCollection)
Public method ToString (inherited from Object)
Public method TryGetContact Gets the first ocurrence of a contact with the specified Uri. Returns true if the collection contains a contact with the specified Uri. Otherwise, false is returned. (inherited from ContactCollection)

Top

Events

  Name Description
Public event ContactAdded Occurs when a contact is added to the group. (inherited from Group)
Public event ContactRemoved Occurs when a contact is removed from the group. (inherited from Group)
Public event DescriptionChanged Occurs when the group description has changed.
Public event ExpansionStateChanged Occurs when the expansion state of a distribution group has changed.
Public event NameChanged Occurs when the group is renamed. (inherited from Group)
Public event NestedGroupAdded Occurs when a group is added (nested) to the distribution group.
Public event NestedGroupRemoved Occurs when a nested group is removed.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (inherited from ContactCollection)

Top

See Also

Reference

DistributionGroup Class

Microsoft.Lync.Model.Group Namespace