MessagePartnerProvisioningManager.ImportSmsToSystemAsync 方法

定义

此 API 不打算直接在代码中使用。

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

参数

incoming
Boolean

bool

此 API 不打算直接在代码中使用。

read
Boolean

bool

此 API 不打算直接在代码中使用。

body
String

Platform::String

winrt::hstring

此 API 不打算直接在代码中使用。

sender
String

Platform::String

winrt::hstring

此 API 不打算直接在代码中使用。

recipients

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

此 API 不打算直接在代码中使用。

deliveryTime
DateTime DateTimeOffset

此 API 不打算直接在代码中使用。

返回

此 API 不打算直接在代码中使用。

Windows 要求

应用功能
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]

适用于