Share via


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

<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface IEmailHelperService

Dim instance As IEmailHelperService
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
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