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

Back to Email Class Summary

Email::GetHeaderFieldName

Return the name of the Nth header field. The NumHeaderFields() method can be used to get the number of header fields. The GetHeaderField() method can be used to get the value of the field given the field name.

  Declarations  
    [Visual Basic]
Public Function GetHeaderFieldName(ByVal Integer index) As String

[C#]
public string GetHeaderFieldName(int index);

[C++]
public String *GetHeaderFieldName(int index);

[JScript]
public function GetHeaderFieldName(int index) : String
 
  Parameters  
   
index
The index of the email header field, beginning at 0.
 

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