Language

MessageBoxType Enum

Definition

Enumerates values returned by several types.

public enum MessageBoxType
type MessageBoxType = 
Inheritance
MessageBoxType

Fields

Name Value Description
All 0

Message box: all messages.

Android reference for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_ALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Inbox 1

Message box: inbox.

Android reference for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_INBOX.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Sent 2

Message box: sent messages.

Android reference for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_SENT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Drafts 3

Message box: drafts.

Android reference for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_DRAFTS.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Outbox 4

Message box: outbox.

Android reference for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_OUTBOX.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Failed 5

Message box: failed.

Android reference for android.provider.Telephony.BaseMmsColumns.MESSAGE_BOX_FAILED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to