Hunny Software Library Reference

AddressList Class

Class that represents a list of RFC 2822 mail addresses.

For a list of all members of this type, see AddressList Members.

System.Object
   Node
      FieldBody
         AddressList

[Visual Basic]
Public Class AddressList
Inherits FieldBody
[C#]
public class AddressList : FieldBody

Remarks

AddressList represents a list of mail addresses as described in RFC 2822. In Hunny MIME.NET, AddressList is a container for objects of type Address, and it contains various methods to manage its contained objects. AddressList is also a FieldBody. This reflects the fact that certain RFC 2822 header fields, such as the "To" header field, have a list of addresses as their field bodies.

Requirements

Namespace: Hunny.Mime

Assembly: Hunny.Mime (in Hunny.Mime.dll)

See Also

AddressList Members | Hunny.Mime Namespace