EmailTransportHeader Class

Represents one header instance in an email's transport message headers.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class EmailTransportHeader
Inheritance
Object    EmailTransportHeader

Constructors

EmailTransportHeader Constructor.

Properties

Items Any sensitive item such as email address or IP address parsed from header.
Name Gets or sets the name of the header.
Text Gets or sets the raw header text.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also