|
Beamable SDK
|
Each instance of SearchMailResponseClause aligns with an original SearchMailRequestClause instance. The SearchMailResponseClause contain the matching MailMessages that met the criteria defined in the request. More...
Public Attributes | |
| int | count |
| The number of matching MailMessage. This will always be equal to the size of the MailMessage list, unless the original SearchMailRequestClause.onlyCount field was set to true. | |
| string | name |
| The name of the original SearchMailRequestClause.name | |
| List< MailMessage > | content |
| The set of MailMessage that met the criteria. If the original SearchMailRequestClause.onlyCount field was set to true, this list will be empty. | |
Each instance of SearchMailResponseClause aligns with an original SearchMailRequestClause instance. The SearchMailResponseClause contain the matching MailMessages that met the criteria defined in the request.