Freigeben über


Header.GetHeaderId Method

The GetHeaderId static method returns the HeaderId that corresponds to a header name.

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

Syntax

'Declaration
Public Shared Function GetHeaderId ( _
    name As String _
) As HeaderId
public static HeaderId GetHeaderId (
    string name
)
public:
static HeaderId GetHeaderId (
    String^ name
)
public static HeaderId GetHeaderId (
    String name
)
public static function GetHeaderId (
    name : String
) : HeaderId

Parameters

  • name
    A string that contains the name for which to return the corresponding HeaderId.

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