MessagePartnerProvisioningManager.ImportMmsToSystemAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 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<Platform::String>
IVectorView<winrt::hstring>
此 API 不適合直接從您的程式碼使用。
- deliveryTime
- DateTime DateTimeOffset
此 API 不適合直接從您的程式碼使用。
- attachments
-
IVectorView<IMapView<Platform::String,Platform::Object>>
IVectorView<IMapView<winrt::hstring,IInspectable>>
此 API 不適合直接從您的程式碼使用。
傳回
此 API 不適合直接從您的程式碼使用。
Windows 需求
應用程式功能 |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|