Share via


SPGroup.DistributionGroupEmail Property

Gets the email address of the distribution group.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property DistributionGroupEmail As String
    Get
'Usage
Dim instance As SPGroup
Dim value As String

value = instance.DistributionGroupEmail
public string DistributionGroupEmail { get; }

Property Value

Type: System.String
A string that contains the email address of the distribution group.

See Also

Reference

SPGroup Class

SPGroup Members

Microsoft.SharePoint Namespace