Returns the raw form of the message headers, if available.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public Function GetRawHeaders As Byte()
C#
public byte[] GetRawHeaders()

Field Value

Raw message headers; or null if not available.

Remarks

This field is only set if the ImapListFields.FullHeaders options was specified in a call to GetMessageList(ImapListFields) or GetMessageInfo(String, ImapListFields).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also