The properties of Android.Telephony.SmsMessage are listed below. For a list of all members, see the SmsMessage Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | DisplayMessageBody | string. Returns the message body, or email message body if this message was from an email gateway. |
[read-only] | DisplayOriginatingAddress | string. Returns the originating address, or email from address if this message was from an email gateway. |
[read-only] | EmailBody | string. |
[read-only] | EmailFrom | string. |
[read-only] | IndexOnIcc | int. Returns the record index of the message on the ICC (1-based index). |
[read-only] | IndexOnSim | int. Returns the record index of the message on the SIM (1-based index). |
[read-only] | IsCphsMwiMessage | bool. Returns true for CPHS MWI toggle message. |
[read-only] | IsEmail | bool. Returns true if message is an email. |
[read-only] | IsMWIClearMessage | bool. returns true if this message is a CPHS voicemail / message waiting indicator (MWI) clear message |
[read-only] | IsMwiDontStore | bool. returns true if this message is a "Message Waiting Indication Group: Discard Message" notification and should not be stored. |
[read-only] | IsMWISetMessage | bool. returns true if this message is a CPHS voicemail / message waiting indicator (MWI) set message |
[read-only] | IsReplace | bool. See TS 23.040 9.2.3.9 returns true if this is a "replace short message" SMS |
[read-only] | IsReplyPathPresent | bool. Returns true iff the TP-Reply-Path bit is set in this message. |
[read-only] | IsStatusReportMessage | bool. Return true iff the message is a SMS-STATUS-REPORT message. |
[read-only] | MessageBody | string. Returns the message body as a String, if it exists and is text based. |
[read-only] | OriginatingAddress | string. Returns the originating address (sender) of this SMS message in String form or null if unavailable |
[read-only] | ProtocolIdentifier | int. Get protocol identifier. |
[read-only] | PseudoSubject | string. Unofficial convention of a subject line enclosed in parens empty string if not present |
[read-only] | ServiceCenterAddress | string. Returns the address of the SMS service center that relayed this message or null if there is none. |
[read-only] | Status | int. GSM: For an SMS-STATUS-REPORT message, this returns the status field from the status report. |
[read-only] | StatusOnIcc | SmsStatus. Returns the status of the message on the ICC (read, unread, sent, unsent). |
[read-only] | StatusOnSim | Android.Telephony.Gsm.SmsStatusOnSim. Returns the status of the message on the SIM (read, unread, sent, unsent). |
[read-only] | TimestampMillis | long. Returns the service centre timestamp in currentTimeMillis() format |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |