eBay Trading APIVersion 1311
 

MyMessagesFolderSummaryType

Summary details for a specified My Messages folder.

Type that uses MyMessagesFolderSummaryType:

Call that uses MyMessagesFolderSummaryType:

Fields



FolderID ( long ) [0..1]
An ID that uniquely identifies a My Messages folder. Always returned for detail level ReturnSummary.
See the Field Index to learn which calls use FolderID.

FolderName ( string ) [0..1]
The name of a specified My Messages folder. For GetMyMessages, Inbox (FolderID = 0) and Sent (FolderID = 1) are not returned.
See the Field Index to learn which calls use FolderName.

NewAlertCount ( int ) [0..1]
This field has been deprecated, starting with the 685 release. Alerts are now synonymous with Flagged messages, and are added to the Summary.FlaggedMessageCount value.
See the Field Index to learn which calls use NewAlertCount.

NewHighPriorityCount ( int ) [0..1]
The total number of new high priority messages that a given user has.
See the Field Index to learn which calls use NewHighPriorityCount.

NewMessageCount ( int ) [0..1]
The number of new messages in a given folder. Always returned for detail level ReturnSummary.
See the Field Index to learn which calls use NewMessageCount.

TotalAlertCount ( int ) [0..1]
This field has been deprecated, starting with the 685 release. Alerts are now synonymous with Flagged messages, and are added to the Summary.FlaggedMessageCount value.
See the Field Index to learn which calls use TotalAlertCount.

TotalHighPriorityCount ( int ) [0..1]
The total number of high priority messages that a given user has.
See the Field Index to learn which calls use TotalHighPriorityCount.

TotalMessageCount ( int ) [0..1]
The total number of messages in a given folder. Always returned for detail level ReturnSummary.
See the Field Index to learn which calls use TotalMessageCount.