次の方法で共有


MessagePartnerProvisioningManager.ImportMmsToSystemAsync メソッド

定義

この API は、コードから直接使用することを意図したものではありません。

public:
 static IAsyncAction ^ ImportMmsToSystemAsync(bool incoming, bool read, Platform::String ^ subject, Platform::String ^ sender, IVectorView<Platform::String ^> ^ recipients, DateTime deliveryTime, IVectorView<IMapView<Platform::String ^, Platform::Object ^> ^> ^ attachments);
 static IAsyncAction ImportMmsToSystemAsync(bool const& incoming, bool const& read, winrt::hstring const& subject, winrt::hstring const& sender, IVectorView<winrt::hstring> const& recipients, DateTime const& deliveryTime, IVectorView<IMapView<winrt::hstring, IInspectable const&>> const& attachments);
public static IAsyncAction ImportMmsToSystemAsync(bool incoming, bool read, string subject, string sender, IReadOnlyList<string> recipients, System.DateTimeOffset deliveryTime, IReadOnlyList<IReadOnlyDictionary<string,object>> attachments);
function importMmsToSystemAsync(incoming, read, subject, sender, recipients, deliveryTime, attachments)
Public Shared Function ImportMmsToSystemAsync (incoming As Boolean, read As Boolean, subject As String, sender As String, recipients As IReadOnlyList(Of String), deliveryTime As DateTimeOffset, attachments As IReadOnlyList(Of IReadOnlyDictionary(Of String, Object))) As IAsyncAction

パラメーター

incoming
Boolean

bool

この API は、コードから直接使用することを意図したものではありません。

read
Boolean

bool

この API は、コードから直接使用することを意図したものではありません。

subject
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 は、コードから直接使用することを意図したものではありません。

attachments

IVectorView<IMapView<String,Object>>

IReadOnlyList<IReadOnlyDictionary<String,Object>>

IVectorView<IMapView<Platform::String,Platform::Object>>

IVectorView<IMapView<winrt::hstring,IInspectable>>

この API は、コードから直接使用することを意図したものではありません。

戻り値

この API は、コードから直接使用することを意図したものではありません。

Windows の要件

アプリの機能
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]

適用対象