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

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