MessagePartnerProvisioningManager.ImportSmsToSystemAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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<Platform::String>
IVectorView<winrt::hstring>
この API は、コードから直接使用することを意図したものではありません。
- deliveryTime
- DateTime DateTimeOffset
この API は、コードから直接使用することを意図したものではありません。
戻り値
この API は、コードから直接使用することを意図したものではありません。
Windows の要件
アプリの機能 |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|