| MimeDocumentHeaders Property |
MIME headers collection for root MIME entity.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public HeaderCollection Headers { get; }
Public ReadOnly Property Headers As HeaderCollection
Get
public:
property HeaderCollection^ Headers {
HeaderCollection^ get ();
}
member Headers : HeaderCollection with get
Property Value
Type:
HeaderCollectionRemarks Same as using Root.Headers
See Also