EnvelopeExtraHeaders Property |
Gets a collection of additional message headers which have been explicitly requested from the server.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public 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