Telephony.ThreadsColumns.RecipientIds Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use 'Android.Provider.Telephony.IThreadsColumns.RecipientIds'. This class will be removed in a future release.
A string encoding of the recipient IDs of the recipients of the message, in numerical order and separated by spaces.
[Android.Runtime.Register("RECIPIENT_IDS")]
[System.Obsolete("Use 'Android.Provider.Telephony.IThreadsColumns.RecipientIds'. This class will be removed in a future release.")]
public const string RecipientIds;
[<Android.Runtime.Register("RECIPIENT_IDS")>]
[<System.Obsolete("Use 'Android.Provider.Telephony.IThreadsColumns.RecipientIds'. This class will be removed in a future release.")>]
val mutable RecipientIds : string
Field Value
- Attributes
Remarks
A string encoding of the recipient IDs of the recipients of the message, in numerical order and separated by spaces.
Type: TEXT
Java documentation for android.provider.Telephony.ThreadsColumns.RECIPIENT_IDS
.
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.