getRecipientIterator

Convenience method to obtain just the iterator for the collection of recipients targeted for this message. This is more efficient than returning the entire collection.

Syntax:

java.util.Iterator<com.invoqsystems.apex.model.Recipient> getRecipientIterator()

Parameters:

None

Returns:

The iterator for the collection of recipients.

Messaging API

Using the Messaging JavaBean