다음을 통해 공유


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]

적용 대상