Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.