Header.Create Method (HeaderId)

The Create method creates a new Header object of the type specified by headerID.

Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Shared Function Create ( _
    headerId As HeaderId _
) As Header
public static Header Create (
    HeaderId headerId
)
public:
static Header^ Create (
    HeaderId headerId
)
public static Header Create (
    HeaderId headerId
)
public static function Create (
    headerId : HeaderId
) : Header

Parameters

  • headerId
    A HeaderId enumeration that specifies the type of Multipurpose Internet Mail Extensions (MIME) header to create.

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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003