The MailGroup type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MailGroup(String) |
Creates new empty group.
| |
| MailGroup(String, IEnumerable<(Of <<'(MailAddress>)>>)) |
Creates new MailGroup object.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetMailboxes |
Gets all mailboxes represented by this mail group.
(Overrides MailAddress..::..GetMailboxes()()()().) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Render |
Encodes and escapes all necessary data and renders this email group as a string.
(Overrides MailAddress..::..Render()()()().) | |
| ToString | (Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| Addresses |
Contains all mail addreses in this group.
| |
| DebuggerDisplay |
This method is used by DebuggerDisplay attribute.
(Inherited from MailAddress.) | |
| Name |
Display name e.g. "John Smith". Can by null.
Please note that two classes inherit from this class - you can use Address or Addresses properties to get email address(es).
(Inherited from MailAddress.) |