MailBee.NET Objects 4.0

Envelope.ExtraHeaders Property

Gets a collection of additional message headers which have been explicitly requested from the server.

public MailBee.Mime.HeaderCollection ExtraHeaders {get;}

Property Value

A reference to HeaderCollection object containing extra headers of the message if they were requested, or a null reference (Nothing in Visual Basic) if this information is not available or was not requested.

Remarks

See DownloadEnvelopes topic on how to obtain non-standard message headers within the envelope.

See Also

Envelope Class | MailBee.ImapMail Namespace