Click or drag to resize
MimeKit

InternetAddress Methods

The InternetAddress type exposes the following members.

Methods
 NameDescription
Public methodClone Clone the address.
Public methodCompareTo Compares two internet addresses.
Public methodEquals(InternetAddress) Determine whether the specified InternetAddress is equal to the current InternetAddress.
Public methodEquals(Object) Determine whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode Return the hash code for this instance.
(Overrides ObjectGetHashCode)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Protected methodOnChanged Raise the internal changed event used by MimeMessage to keep headers in sync.
Public methodStatic memberParse(Byte) Parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberParse(String) Parse the given text into a new InternetAddress instance.
Public methodStatic memberParse(Byte, Int32) Parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberParse(ParserOptions, Byte) Parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberParse(ParserOptions, String) Parse the given text into a new InternetAddress instance.
Public methodStatic memberParse(Byte, Int32, Int32) Parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberParse(ParserOptions, Byte, Int32) Parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberParse(ParserOptions, Byte, Int32, Int32) Parse the given input buffer into a new InternetAddress instance.
Public methodToString Serialize an InternetAddress to a string suitable for display.
(Overrides ObjectToString)
Public methodToString(Boolean) Serialize an InternetAddress to a string, optionally encoding it for transport.
Public methodToString(FormatOptions, Boolean) Serialize an InternetAddress to a string, optionally encoding it for transport.
Public methodStatic memberTryParse(Byte, InternetAddress) Try to parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberTryParse(String, InternetAddress) Try to parse the given text into a new InternetAddress instance.
Public methodStatic memberTryParse(Byte, Int32, InternetAddress) Try to parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberTryParse(ParserOptions, Byte, InternetAddress) Try to parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberTryParse(ParserOptions, String, InternetAddress) Try to parse the given text into a new InternetAddress instance.
Public methodStatic memberTryParse(Byte, Int32, Int32, InternetAddress) Try to parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, InternetAddress) Try to parse the given input buffer into a new InternetAddress instance.
Public methodStatic memberTryParse(ParserOptions, Byte, Int32, Int32, InternetAddress) Try to parse the given input buffer into a new InternetAddress instance.
Top
See Also