Class that represents an RFC 2822 address group.
For a list of all members of this type, see Group Members.
System.Object
Node
FieldBody
Address
Group
Group represents a group as described in RFC 2822.
A group contains a group name and a (possibly empty) list of
mailboxes. In Hunny MIME.NET, a Group object
contains a string for the group name and an AddressList object for the list of mailboxes.
In the document tree representation of a message, a Group
object may be only an intermediate node, having both a parent and a
single child node. Its parent node should be a Field or an AddressList object. Its
child is an AddressList object.
Namespace: Hunny.Mime
Assembly: Hunny.Mime (in Hunny.Mime.dll)
Group Members | Hunny.Mime Namespace