Share via


SPEmailMessage.Headers property

Gets the collection of message headers for the e-mail message.

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

Syntax

'Declaration
Public ReadOnly Property Headers As SPEmailHeaderCollection
    Get
'Usage
Dim instance As SPEmailMessage
Dim value As SPEmailHeaderCollection

value = instance.Headers
public SPEmailHeaderCollection Headers { get; }

Property value

Type: Microsoft.SharePoint.Utilities.SPEmailHeaderCollection
An SPEmailHeaderCollection object that represents the collection of message headers.

See also

Reference

SPEmailMessage class

SPEmailMessage members

Microsoft.SharePoint.Utilities namespace