Internet |
The InternetAddressList type exposes the following members.
Name | Description | |
---|---|---|
Add | Add an address to the InternetAddressList. | |
AddRange | Add a collection of addresses to the InternetAddressList. | |
Clear | Clear the address list. | |
CompareTo | Compare two internet address lists. | |
Contains | Check if the InternetAddressList contains the specified address. | |
CopyTo | Copy all of the addresses in the InternetAddressList to the specified array. | |
Equals(InternetAddressList) | Determine whether the specified InternetAddressList is equal to the current InternetAddressList. | |
Equals(Object) |
Determine whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object)) | |
Finalize | (Inherited from Object) | |
GetEnumerator | Get an enumerator for the list of addresses. | |
GetHashCode |
Return the hash code for this instance.
(Overrides ObjectGetHashCode) | |
GetType | (Inherited from Object) | |
IndexOf | Get the index of the specified address. | |
Insert | Insert an address at the specified index. | |
MemberwiseClone | (Inherited from Object) | |
Parse(Byte) | Parse the given input buffer into a new InternetAddressList instance. | |
Parse(String) | Parse the given text into a new InternetAddressList instance. | |
Parse(Byte, Int32) | Parse the given input buffer into a new InternetAddressList instance. | |
Parse(ParserOptions, Byte) | Parse the given input buffer into a new InternetAddressList instance. | |
Parse(ParserOptions, String) | Parse the given text into a new InternetAddressList instance. | |
Parse(Byte, Int32, Int32) | Parse the given input buffer into a new InternetAddressList instance. | |
Parse(ParserOptions, Byte, Int32) | Parse the given input buffer into a new InternetAddressList instance. | |
Parse(ParserOptions, Byte, Int32, Int32) | Parse the given input buffer into a new InternetAddressList instance. | |
Remove | Remove the specified address from the InternetAddressList. | |
RemoveAt | Remove the address at the specified index. | |
ToString |
Serialize an InternetAddressList to a string suitable for display.
(Overrides ObjectToString) | |
ToString(Boolean) | Serialize an InternetAddressList to a string, optionally encoding the list of addresses for transport. | |
ToString(FormatOptions, Boolean) | Serialize an InternetAddressList to a string, optionally encoding the list of addresses for transport. | |
TryParse(Byte, InternetAddressList) | Try to parse the given input buffer into a new InternetAddressList instance. | |
TryParse(String, InternetAddressList) | Try to parse the given text into a new InternetAddressList instance. | |
TryParse(Byte, Int32, InternetAddressList) | Try to parse the given input buffer into a new InternetAddressList instance. | |
TryParse(ParserOptions, Byte, InternetAddressList) | Try to parse the given input buffer into a new InternetAddressList instance. | |
TryParse(ParserOptions, String, InternetAddressList) | Try to parse the given text into a new InternetAddressList instance. | |
TryParse(Byte, Int32, Int32, InternetAddressList) | Try to parse the given input buffer into a new InternetAddressList instance. | |
TryParse(ParserOptions, Byte, Int32, InternetAddressList) | Try to parse the given input buffer into a new InternetAddressList instance. | |
TryParse(ParserOptions, Byte, Int32, Int32, InternetAddressList) | Try to parse the given input buffer into a new InternetAddressList instance. |