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

Back to Email Class Summary

Email::GetMbHeaderField

Returns a header field's data in a byte array. If the field was Q or B encoded, this is automatically decoded, and the raw bytes of the field are returned. Call GetHeaderField to retrieve the header field as a Unicode string.

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

[C#]
public byte [] GetMbHeaderField(string fieldName);

[C++]
public unsigned char __gc[] GetMbHeaderField(String *fieldName);

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

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