MessagePartnerProvisioningManager.ImportMmsToSystemAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API is not intended to be used directly from your code.
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
Parameters
- incoming
-
Boolean
bool
This API is not intended to be used directly from your code.
- read
-
Boolean
bool
This API is not intended to be used directly from your code.
- subject
-
String
Platform::String
winrt::hstring
This API is not intended to be used directly from your code.
- sender
-
String
Platform::String
winrt::hstring
This API is not intended to be used directly from your code.
- recipients
-
IVectorView<Platform::String>
IVectorView<winrt::hstring>
This API is not intended to be used directly from your code.
- deliveryTime
- DateTime DateTimeOffset
This API is not intended to be used directly from your code.
- attachments
-
IVectorView<IMapView<Platform::String,Platform::Object>>
IVectorView<IMapView<winrt::hstring,IInspectable>>
This API is not intended to be used directly from your code.
Returns
This API is not intended to be used directly from your code.
Windows requirements
App capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|