EnvelopeExtraHeaders Property |
Gets a collection of additional message headers which have been explicitly requested from the server.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic HeaderCollection ExtraHeaders { get; }
Public ReadOnly Property ExtraHeaders As HeaderCollection
Get
Property Value
Type:
HeaderCollectionA 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 Also