eBay Trading APIVersion 1349
 

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.

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.

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.