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