Address.AddMailboxesTo Method 

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.

public void AddMailboxesTo(
   ArrayList results
);

See Also

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