MessagePartnerProvisioningManager
MessagePartnerProvisioningManager
MessagePartnerProvisioningManager
MessagePartnerProvisioningManager
Class
Definition
This API is not intended to be used directly from your code.
public : static class MessagePartnerProvisioningManagerpublic static class MessagePartnerProvisioningManagerPublic Static Class MessagePartnerProvisioningManager// You can use this class in JavaScript.
- Attributes
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|
Methods
ImportMmsToSystemAsync(Boolean, Boolean, String, String, IVectorView, DateTime, IVectorView<>>)
ImportMmsToSystemAsync(Boolean, Boolean, String, String, IVectorView, DateTime, IVectorView<>>)
ImportMmsToSystemAsync(Boolean, Boolean, String, String, IVectorView, DateTime, IVectorView<>>)
ImportMmsToSystemAsync(Boolean, Boolean, String, String, IVectorView, DateTime, IVectorView<>>)
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)public static IAsyncAction ImportMmsToSystemAsync(Boolean incoming, Boolean read, String subject, String sender, IReadOnlyList<String> recipients, DateTimeOffset deliveryTime, IReadOnlyList<IReadOnlyDictionary<String, Object>> attachments)Public Static Function ImportMmsToSystemAsync(incoming As Boolean, read As Boolean, subject As String, sender As String, recipients As IReadOnlyList<String>, deliveryTime As DateTimeOffset, attachments As IReadOnlyList<IReadOnlyDictionary<String, Object>>) As IAsyncAction// You can use this method in JavaScript.
- incoming
- bool Boolean Boolean Boolean
This API is not intended to be used directly from your code.
- read
- bool Boolean Boolean Boolean
This API is not intended to be used directly from your code.
- subject
- PlatForm::String String String String
This API is not intended to be used directly from your code.
- sender
- PlatForm::String String String String
This API is not intended to be used directly from your code.
- recipients
- IVectorView<PlatForm::String> IReadOnlyList<String> IReadOnlyList<String> IReadOnlyList<String>
This API is not intended to be used directly from your code.
- deliveryTime
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
This API is not intended to be used directly from your code.
- attachments
- IVectorView<IMapView<PlatForm::String, PlatForm::Object>> IReadOnlyList<IReadOnlyDictionary<String, Object>> IReadOnlyList<IReadOnlyDictionary<String, Object>> IReadOnlyList<IReadOnlyDictionary<String, Object>>
This API is not intended to be used directly from your code.
This API is not intended to be used directly from your code.
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|
ImportSmsToSystemAsync(Boolean, Boolean, String, String, IVectorView, DateTime)
ImportSmsToSystemAsync(Boolean, Boolean, String, String, IVectorView, DateTime)
ImportSmsToSystemAsync(Boolean, Boolean, String, String, IVectorView, DateTime)
ImportSmsToSystemAsync(Boolean, Boolean, String, String, IVectorView, DateTime)
This API is not intended to be used directly from your code.
public : static IAsyncAction ImportSmsToSystemAsync(bool incoming, bool read, PlatForm::String body, PlatForm::String sender, IVectorView<PlatForm::String> recipients, DateTime deliveryTime)public static IAsyncAction ImportSmsToSystemAsync(Boolean incoming, Boolean read, String body, String sender, IReadOnlyList<String> recipients, DateTimeOffset deliveryTime)Public Static Function ImportSmsToSystemAsync(incoming As Boolean, read As Boolean, body As String, sender As String, recipients As IReadOnlyList<String>, deliveryTime As DateTimeOffset) As IAsyncAction// You can use this method in JavaScript.
- incoming
- bool Boolean Boolean Boolean
This API is not intended to be used directly from your code.
- read
- bool Boolean Boolean Boolean
This API is not intended to be used directly from your code.
- body
- PlatForm::String String String String
This API is not intended to be used directly from your code.
- sender
- PlatForm::String String String String
This API is not intended to be used directly from your code.
- recipients
- IVectorView<PlatForm::String> IReadOnlyList<String> IReadOnlyList<String> IReadOnlyList<String>
This API is not intended to be used directly from your code.
- deliveryTime
- DateTime DateTimeOffset DateTimeOffset DateTimeOffset
This API is not intended to be used directly from your code.
This API is not intended to be used directly from your code.
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
| Capabilities |
ID_CAP_PERSONAL_INFORMATION_IMPORT [Windows Phone]
|