Transaction System API

MailBoxList

Provides the ability to iterate a list of messages.

Method Summary
MailResponse findMessage(String messageKey)

Retrieves the specified message from the mail box.

int getMessageCount()

Returns the number of messages in the list.

MailResponse getNextMessage()

Retrieves the next message from the mail box.

String toString()

Returns a description of this object.

Method Detail


MailResponse findMessage(String messageKey)

Retrieves the specified message from the mail box.

Parameters:

  • String   messageKey Required parameter.

Returns:  MailResponse

Since: 06-19-2020

top

int getMessageCount()

Returns the number of messages in the list.

Returns:  int

Since: 12-06-2013

top

MailResponse getNextMessage()

Retrieves the next message from the mail box.

Returns:  MailResponse

Since: 12-06-2013

top

String toString()

Returns a description of this object.

Returns:  String

Since: 12-06-2013

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM