PhoneLine.EnableTextReply(Boolean) Method
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.
Informs the platform that text reply functionality is supported for this line.
Note
This method is deprecated.
public:
virtual void EnableTextReply(bool value) = EnableTextReply;
void EnableTextReply(bool const& value);
/// [Windows.Foundation.Metadata.Deprecated("EnableTextReply is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")]
void EnableTextReply(bool const& value);
public void EnableTextReply(bool value);
[Windows.Foundation.Metadata.Deprecated("EnableTextReply is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")]
public void EnableTextReply(bool value);
function enableTextReply(value)
Public Sub EnableTextReply (value As Boolean)
Parameters
- value
-
Boolean
bool
True to enable text reply functionality, and false otherwise.
- Attributes
Windows requirements
Device family |
Windows 10, version 1903 (introduced in 10.0.18362.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v5.0)
|
Remarks
By default, the platform assumes text reply functionality is not supported. It is recommended the app set this capability (if available) as soon as being notified of a LineChanged event indicating a new PhoneLine has been added.