IEmailHelperService Members
Include Protected Members
Include Inherited Members
Provides methods for managing Active Directory e-mail distribution groups and their membership.
The IEmailHelperService type exposes the following members.
Methods
Name | Description | |
---|---|---|
ChangeContactsMembershipInDistributionGroup | Requests the addition and removal of contacts from the specified e-mail distribution group. | |
ChangeUsersMembershipInDistributionGroup | Requests the addition and removal of users from the specified e-mail distribution group. | |
CreateContact | Requests the creation of a new contact from the specified name and data. | |
CreateDistributionGroup | Requests the creation of a new e-mail distribution list from the specified data. | |
DeleteContact | Requests the deletion of a contact from the Active Directory container. | |
DeleteDistributionGroup | Requests the deletion of an e-mail distribution group. | |
GetJobStatus | Request updated information about a previous request. | |
ModifyContact | Requests a change in information about a contact. | |
ModifyDistributionGroup | Requests a change in the stored information about an e-mail distribution group. | |
RenameDistributionGroup | Request a change in the alias for an e-mail distribution group. |
Top