SmsMessage.EmailBody Property

Definition

Caution

deprecated

This member is deprecated.

[System.Obsolete("deprecated")]
public virtual string? EmailBody { [Android.Runtime.Register("getEmailBody", "()Ljava/lang/String;", "GetGetEmailBodyHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getEmailBody", "()Ljava/lang/String;", "GetGetEmailBodyHandler")>]
member this.EmailBody : string

Property Value

if isEmail() is true, body of the email sent through the gateway. null otherwise

Attributes

Remarks

This member is deprecated. Use android.telephony.SmsMessage.

Java documentation for android.telephony.gsm.SmsMessage.getEmailBody().

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