IEmailHelperService interface

Provides methods for managing Active Directory e-mail distribution groups and their membership.

Namespace:  Microsoft.SharePoint.EmailIntegration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Interface IEmailHelperService
'Usage
Dim instance As IEmailHelperService
public interface IEmailHelperService

Remarks

Consider using the classes in the System.DirectoryServices and System.DirectoryServices.ActiveDirectory namespaces, and the SPGroup and SPUser classes, to provide the functionality needed in your implementation.

See also

Reference

IEmailHelperService members

Microsoft.SharePoint.EmailIntegration namespace