SPSite.OutgoingEmailAddress property

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

Syntax

'Declaration
Public Property OutgoingEmailAddress As String
    Get
    Set
'Usage
Dim instance As SPSite
Dim value As String

value = instance.OutgoingEmailAddress

instance.OutgoingEmailAddress = value
public string OutgoingEmailAddress { get; set; }

Property value

Type: System.String

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace