Share via


Header Class

The Header abstract class represents a general Multipurpose Internet Mail Extensions (MIME) header.

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

Syntax

'Declaration
Public MustInherit Class Header _
    Inherits MimeNode
'Usage
Dim instance As Header
public abstract class Header : MimeNode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.