SPGroup.DistributionGroupEmail property

Gets the email address of the distribution group.

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

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