Hunny Software Library Reference

Group Class

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

[Visual Basic]
Public Class Group
Inherits Address
[C#]
public class Group : Address

Remarks

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.

Requirements

Namespace: Hunny.Mime

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

See Also

Group Members | Hunny.Mime Namespace