Group |
public class GroupAddress : InternetAddress
The GroupAddress type exposes the following members.
| Name | Description | |
|---|---|---|
| GroupAddress(String) | Initialize a new instance of the GroupAddress class. | |
| GroupAddress(Encoding, String) | Initialize a new instance of the GroupAddress class. | |
| GroupAddress(String, IEnumerableInternetAddress) | Initialize a new instance of the GroupAddress class. | |
| GroupAddress(Encoding, String, IEnumerableInternetAddress) | Initialize a new instance of the GroupAddress class. |
| Name | Description | |
|---|---|---|
| Encoding |
Get or set the character encoding to use when encoding the name of the address.
(Inherited from InternetAddress) | |
| Members | Get the members of the group. | |
| Name |
Get or set the display name of the address.
(Inherited from InternetAddress) |
| Name | Description | |
|---|---|---|
| Clone |
Clone the group address.
(Overrides InternetAddressClone) | |
| CompareTo |
Compares two internet addresses.
(Inherited from InternetAddress) | |
| Equals(InternetAddress) |
Determine whether the specified GroupAddress is equal to the current GroupAddress.
(Overrides InternetAddressEquals(InternetAddress)) | |
| Equals(Object) |
Determine whether the specified object is equal to the current object.
(Inherited from InternetAddress) | |
| Finalize | (Inherited from Object) | |
| GetHashCode |
Return the hash code for this instance.
(Inherited from InternetAddress) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| OnChanged |
Raise the internal changed event used by MimeMessage to keep headers in sync.
(Inherited from InternetAddress) | |
| Parse(Byte) | Parse the given input buffer into a new GroupAddress instance. | |
| Parse(String) | Parse the given text into a new GroupAddress instance. | |
| Parse(Byte, Int32) | Parse the given input buffer into a new GroupAddress instance. | |
| Parse(ParserOptions, Byte) | Parse the given input buffer into a new GroupAddress instance. | |
| Parse(ParserOptions, String) | Parse the given text into a new GroupAddress instance. | |
| Parse(Byte, Int32, Int32) | Parse the given input buffer into a new GroupAddress instance. | |
| Parse(ParserOptions, Byte, Int32) | Parse the given input buffer into a new GroupAddress instance. | |
| Parse(ParserOptions, Byte, Int32, Int32) | Parse the given input buffer into a new GroupAddress instance. | |
| ToString |
Serialize an InternetAddress to a string suitable for display.
(Inherited from InternetAddress) | |
| ToString(Boolean) |
Serialize an InternetAddress to a string, optionally encoding it for transport.
(Inherited from InternetAddress) | |
| ToString(FormatOptions, Boolean) |
Return a string representation of the GroupAddress,
optionally encoding it for transport.
(Overrides InternetAddressToString(FormatOptions, Boolean)) | |
| TryParse(Byte, GroupAddress) | Try to parse the given input buffer into a new GroupAddress instance. | |
| TryParse(String, GroupAddress) | Try to parse the given text into a new GroupAddress instance. | |
| TryParse(Byte, Int32, GroupAddress) | Try to parse the given input buffer into a new GroupAddress instance. | |
| TryParse(ParserOptions, Byte, GroupAddress) | Try to parse the given input buffer into a new GroupAddress instance. | |
| TryParse(ParserOptions, String, GroupAddress) | Try to parse the given text into a new GroupAddress instance. | |
| TryParse(Byte, Int32, Int32, GroupAddress) | Try to parse the given input buffer into a new GroupAddress instance. | |
| TryParse(ParserOptions, Byte, Int32, GroupAddress) | Try to parse the given input buffer into a new GroupAddress instance. | |
| TryParse(ParserOptions, Byte, Int32, Int32, GroupAddress) | Try to parse the given input buffer into a new GroupAddress instance. |