.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mime Class Summary

Mime::GetHeaderField

Returns the content of a MIME header field. The "fieldName" is case-insensitive, and if the MIME header field does not exist, an empty string is returned.

  Declarations  
    [Visual Basic]
Public Function GetHeaderField(ByVal String fieldName) As String

[C#]
public string GetHeaderField(string fieldName);

[C++]
public String *GetHeaderField(String *fieldName);

[JScript]
public function GetHeaderField(String fieldName) : String
 
  Parameters  
   
fieldName
The name of the MIME header field to fetch.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.