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)
Available in Sandboxed Solutions: No

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