ImapMessageInfo.GetRawHeaders Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
GetRawHeaders()
Returns the raw form of the message headers, if available.
Declaration
public byte[] GetRawHeaders()
Returns
Type | Description |
---|---|
Byte[] | 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).