SmsMessage.OriginatingAddress Property

Definition

Returns the originating address (sender) of this SMS message in String form or null if unavailable.

public virtual string? OriginatingAddress { [Android.Runtime.Register("getOriginatingAddress", "()Ljava/lang/String;", "GetGetOriginatingAddressHandler")] get; }
[<get: Android.Runtime.Register("getOriginatingAddress", "()Ljava/lang/String;", "GetGetOriginatingAddressHandler")>]
member this.OriginatingAddress : string

Property Value

String

a String representation of the address; null if unavailable.

Attributes

Remarks

Java documentation for android.telephony.SmsMessage.getOriginatingAddress().

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