Share via


SPEmailMessage.EnvelopeSender property

Gets the RFC 821 MAIL FROM sender of the e-mail message.

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

Syntax

'Declaration
Public ReadOnly Property EnvelopeSender As String
    Get
'Usage
Dim instance As SPEmailMessage
Dim value As String

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

Property value

Type: System.String
A string that contains the name of the RFC 821 MAIL FROM sender.

See also

Reference

SPEmailMessage class

SPEmailMessage members

Microsoft.SharePoint.Utilities namespace