Gets the list of headers of this item, if the value is known.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Property Headers As MimeHeaderCollection
	Get
	Private Set
C#
public MimeHeaderCollection Headers { get; private set; }

Field Value

The list of headers.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also