HeaderCollection Class


The collection of HeaderItem class.

System.Object
    System.Collections.ArrayList
        EASendMail.HeaderCollection

[Visual Basic]
Public Class HeaderCollection
[C#]
public class HeaderCollection
[C++]
public __gc class HeaderCollection
[JScript]
public class HeaderCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Public Constructors

HeaderCollection Constructor Initializes a new instance of the HeaderCollection class.

Methods and Properties

Please refer to .NET Framework SDK System.Collections.ArrayList.

Remarks

To learn more detail about HeaderCollection, please refer to SmtpMail.Headers property.