Mime4.net Home | Community Edition | Order | Usage examples | Feedback
Address AddMailboxesTo Method MIME4NET Class Library Documentation
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.

Namespace: NI.Email.Mime.Field.Address
Assembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
Syntax

public void AddMailboxesTo(
	ArrayList results
)

Parameters

results
Type: System.Collections ArrayList

[Missing <param name="results"/> documentation for "M:NI.Email.Mime.Field.Address.Address.AddMailboxesTo(System.Collections.ArrayList)"]

See Also