MessagePartnerProvisioningManager.ImportSmsToSystemAsync 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.
This API is not intended to be used directly from your code.
public:
static IAsyncAction ^ ImportSmsToSystemAsync(bool incoming, bool read, Platform::String ^ body, Platform::String ^ sender, IVectorView<Platform::String ^> ^ recipients, DateTime deliveryTime);
static IAsyncAction ImportSmsToSystemAsync(bool const& incoming, bool const& read, winrt::hstring const& body, winrt::hstring const& sender, IVectorView<winrt::hstring> const& recipients, DateTime const& deliveryTime);
public static IAsyncAction ImportSmsToSystemAsync(bool incoming, bool read, string body, string sender, IReadOnlyList<string> recipients, System.DateTimeOffset deliveryTime);
function importSmsToSystemAsync(incoming, read, body, sender, recipients, deliveryTime)
Public Shared Function ImportSmsToSystemAsync (incoming As Boolean, read As Boolean, body As String, sender As String, recipients As IReadOnlyList(Of String), deliveryTime As DateTimeOffset) As IAsyncAction
Parameters
- incoming
-
Boolean
bool
This API is not intended to be used directly from your code.
- read
-
Boolean
bool
This API is not intended to be used directly from your code.
- body
-
String
Platform::String
winrt::hstring
This API is not intended to be used directly from your code.
- sender
-
String
Platform::String
winrt::hstring
This API is not intended to be used directly from your code.
- recipients
-
IVectorView<Platform::String>
IVectorView<winrt::hstring>
This API is not intended to be used directly from your code.
- deliveryTime
- DateTime DateTimeOffset
This API is not intended to be used directly from your code.
Returns
This API is not intended to be used directly from your code.
Windows requirements
App capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|