Click or drag to resize

EmailTransportHeader Class

Represents one header instance in an email's transport message headers.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.Content.TextAnalyticsEmailTransportHeader

Namespace: OpenDiscoverSDK.Interfaces.Content.TextAnalytics
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class EmailTransportHeader

The EmailTransportHeader type exposes the following members.

Constructors
 NameDescription
Public methodEmailTransportHeader Constructor.
Top
Properties
 NameDescription
Public propertyItems Any sensitive item such as email address or IP address parsed from header.
Public propertyName Gets or sets the name of the header.
Public propertyText Gets or sets the raw header text.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also