Поделиться через


Header.HeaderId Property

The HeaderId property gets the HeaderId enumeration that describes the type of header that is represented by this Header object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property HeaderId As HeaderId
    Get
'Usage
Dim instance As Header
Dim value As HeaderId

value = instance.HeaderId
public HeaderId HeaderId { get; }