IEmailHelperService.ModifyDistributionGroup Method
Requests a change in the stored information about an e-mail distribution group.
Namespace: Microsoft.SharePoint.EmailIntegration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function ModifyDistributionGroup ( _
Alias As String, _
Name As String, _
Description As String, _
ContactCN As String, _
Info As RequestInfo, _
Flags As DistributionGroupFlags _
) As RequestResponse
'Usage
Dim instance As IEmailHelperService
Dim Alias As String
Dim Name As String
Dim Description As String
Dim ContactCN As String
Dim Info As RequestInfo
Dim Flags As DistributionGroupFlags
Dim returnValue As RequestResponse
returnValue = instance.ModifyDistributionGroup(Alias, _
Name, Description, ContactCN, Info, _
Flags)
RequestResponse ModifyDistributionGroup(
string Alias,
string Name,
string Description,
string ContactCN,
RequestInfo Info,
DistributionGroupFlags Flags
)
Parameters
Alias
Type: System.StringThe e-mail alias of the group.
Name
Type: System.StringThe user-friendly name of the group. (This can be the same as the existing value or changed.)
Description
Type: System.StringA description of the group. Can be the same as the existing value or changed.
ContactCN
Type: System.StringThe manager of the group. (This can be the same as the existing value or changed.)
Info
Type: Microsoft.SharePoint.EmailIntegration.RequestInfoAn object containing information about the person who wants to change the information about the group and his or her reasons.
Flags
Type: Microsoft.SharePoint.EmailIntegration.DistributionGroupFlagsA value indicating whether unauthenticated e-mail that is addressed to the group is deleted by Microsoft Exchange or sent to the group. (This can be the same as the existing value or changed.)
Return Value
Type: Microsoft.SharePoint.EmailIntegration.RequestResponse
A RequestResponse value that provides information about the request that includes the current status of the request.
Remarks
You cannot use ModifyDistributionGroup to request a change in the alias of a distribution group. You must use RenameDistributionGroup.