Share via


Telephony.CanonicalAddressesColumns.Address Field

Definition

Caution

Use 'Android.Provider.Telephony.ICanonicalAddressesColumns.Address'. This class will be removed in a future release.

An address used in MMS or SMS.

[Android.Runtime.Register("ADDRESS")]
[System.Obsolete("Use 'Android.Provider.Telephony.ICanonicalAddressesColumns.Address'. This class will be removed in a future release.")]
public const string Address;
[<Android.Runtime.Register("ADDRESS")>]
[<System.Obsolete("Use 'Android.Provider.Telephony.ICanonicalAddressesColumns.Address'. This class will be removed in a future release.")>]
val mutable Address : string

Field Value

Attributes

Remarks

An address used in MMS or SMS. Email addresses are converted to lower case and are compared by string equality. Other addresses are compared using PHONE_NUMBERS_EQUAL.

Type: TEXT

Java documentation for android.provider.Telephony.CanonicalAddressesColumns.ADDRESS.

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