NamedMailbox Methods

The methods of the NamedMailbox class are listed below. For a complete list of NamedMailbox class members, see the NamedMailbox 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 Same features (or problems) as Mailbox.getAddressString(bool), only more so. AddressString
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 (inherited from Mailbox) 

Protected Instance Methods

DoAddMailboxesTo (inherited from Mailbox) 
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

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