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 | |
---|---|---|
![]() |
ContactManager | Gets the parent contact manager of this group. (inherited from Group) |
![]() |
Count | Returns number of items in the collection. (inherited from ContactCollection) |
![]() |
Description | Gets the description of a group. |
![]() |
EmailAddress | Gets the e-mail address of a distribution group. |
![]() |
Id | Gets the ID of the group. (inherited from Group) |
![]() |
IsExpanded | Returns the expansion state of a distribution group. |
![]() |
IsReadOnly | (inherited from ContactCollection) |
![]() |
Item | (inherited from ContactCollection) |
![]() |
Name | Gets the name of the group. (inherited from Group) |
![]() |
NestedGroups | Gets the collection of nested distribution groups. |
![]() |
Type | Gets the group type. (inherited from Group) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | (inherited from ContactCollection) |
![]() |
BeginAddContact | Adds a new contact to the group. (inherited from Group) |
![]() |
BeginExpand | Expands a distribution group. |
![]() |
BeginGetAllMembers | Gets all group members. |
![]() |
BeginGetOwner | Gets the owner of a group. |
![]() |
BeginRemoveContact | Removes a contact from the group. (inherited from Group) |
![]() |
CanInvoke | Returns true if a certain action can be applied to the group. (inherited from Group) |
![]() |
Clear | (inherited from ContactCollection) |
![]() |
Contains | (inherited from ContactCollection) |
![]() |
CopyTo | (inherited from ContactCollection) |
![]() |
CreateObjRef | (inherited from MarshalByRefObject) |
![]() |
EndAddContact | Blocks calling thread until BeginAddContact completes. (inherited from Group) |
![]() |
EndExpand | Blocks calling thread until BeginExpand completes. |
![]() |
EndGetAllMembers | Blocks calling thread until BeginGetAllMembers completes. Returns a collection of contacts representing group members. |
![]() |
EndGetOwner | Blocks calling thread until BeginGetOwner completes. Returns Contact instance representing distribution group owner. |
![]() |
EndRemoveContact | Blocks calling thread until BeginRemoveContact completes. (inherited from Group) |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (Overrides Group.Finalize().) |
![]() |
GetEnumerator | (inherited from ContactCollection) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject) |
![]() |
GetType | (inherited from Object) |
![]() |
IndexOf | (inherited from ContactCollection) |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject) |
![]() |
Insert | (inherited from ContactCollection) |
![]() |
MemberwiseClone() | (inherited from Object) |
![]() |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) |
![]() |
Remove | (inherited from ContactCollection) |
![]() |
RemoveAt | (inherited from ContactCollection) |
![]() |
ToString | (inherited from Object) |
![]() |
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 | |
---|---|---|
![]() |
ContactAdded | Occurs when a contact is added to the group. (inherited from Group) |
![]() |
ContactRemoved | Occurs when a contact is removed from the group. (inherited from Group) |
![]() |
DescriptionChanged | Occurs when the group description has changed. |
![]() |
ExpansionStateChanged | Occurs when the expansion state of a distribution group has changed. |
![]() |
NameChanged | Occurs when the group is renamed. (inherited from Group) |
![]() |
NestedGroupAdded | Occurs when a group is added (nested) to the distribution group. |
![]() |
NestedGroupRemoved | Occurs when a nested group is removed. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | (inherited from ContactCollection) |
Top