Mailbox Methods

The methods of the Mailbox class are listed below. For a complete list of Mailbox class members, see the Mailbox Members topic.

Public Instance Methods

AddMailboxesTo (inherited from Address) Adds any mailboxes represented by this address into the given ArrayList. Note that this method has default (package) access, so a doAddMailboxesTo method is needed to allow the behavior to be overridden by subclasses.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetAddressString 
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString 

Protected Instance Methods

DoAddMailboxesTo 
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Mailbox Class | NI.Email.Mime.Field.Address Namespace