[UWP] Windows Phone 10 - 电子邮件收件箱API [英] [UWP]Windows Phone 10 - Email inbox API

查看:58
本文介绍了[UWP] Windows Phone 10 - 电子邮件收件箱API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在构建一个Windows Phone 10应用程序,该应用程序集成到Windows Phone 10上的本机电子邮件(Outlook)中。我们在使用API​​时出现问题

We are building a Windows Phone 10 app that integrates into the native email (Outlook) on the Windows Phone 10. We are having problems working with the API's

- 发送&文件 - 弹出窗口,卡片等... < o:p>< / o:p>

- send & file - popup, card, etc...<o:p></o:p>

* [问题]我们找不到区分入站和出站电子邮件的方法。希望微软能在这里提供帮助。< o:p>< / o:p>

* [ISSUE] We can't find a way to distinguish between inbound and outbound emails. Hopefully Microsoft can help out here.<o:p></o:p>

 

 

* [问题]我们无法完全调查删除/暂停已发送电子邮件的能力,以便使用行李标签进行重建。需要进一步调查(使用Microsoft协助)。< o:p>< / o:p>

* [ISSUE] We weren't able to fully investigate the ability to delete/suspend sent email in order to reconstruct with luggage tag. Further investigation (with Microsoft assistance) required.<o:p></o:p>

 

 

< o:p>< ; / o:p>

<o:p></o:p>

- 来自收件箱消息流的文件 < o:p>< / o:p>

- file from inbox message flow<o:p></o:p>

* [ ISSUE] 无法确定允许用户选择收件箱电子邮件进行归档的方法。加载项可能是可能的,但它们尚未在Windows 10移动性上可用(根据演示文稿
它们正在开发  backlog)。可以改为使用持久性通知(讨论)。
< o:p>< / o:p>

* [ISSUE] Unable to identify a means to allow a user to select an inbox email for filing. Add-ins may be a possibility but they aren't yet available on Windows 10 mobility (according to the presentation they are in development backlog). Possibility of using the persistent notifications instead (to discuss).<o:p></o:p>

  < o:p>< / o:p>

 <o:p></o:p>

- 访问MessageID < o:p>< / o:p>

- access to the MessageID<o:p></o:p>

* [问题] 有几个ID与电子邮件相关联但是,与BB10一样,似乎都没有链接到MessageID属性我们正在追求。  我们感兴趣的
MessageID是一个字符串 参数,由邮件服务器插入每个电子邮件(本质上是一个GUID)。它通常包括邮件服务器地址和某种哈希时间戳。以下是Gmail标题中的示例:

< o:p>< / o:p>

<o:p></o:p>

...<o:p></o:p>


Date: Fri, 17 Jun 2016 13:52:30 +0100<o:p></o:p>


Message-ID: CAF0bQH1PPSsuxtoxX=60bXpyh-3QdyoZxe67pmYe8t5AHYQ+OA@mail.gmail.com


Content-Type: text/plain; charset=UTF-8<o:p></o:p>


...<o:p></o:p>


- 收件箱中的图标或构建我们自己的"中心" < o:p>< / o:p> ;

- Icons in the inbox or build our own 'hub'<o:p></o:p>

* [ISSUE] 我们无法看到并且无法添加图标 针对Outlook中的个人电子邮件。同样,加载项可能会在可用时帮助我们。< o:p>< / o:p>

* [ISSUE] We can't see and way to add icons against individual emails in outlook. Again, the add-ins might help us here when available.<o:p></o:p>

推荐答案

Hello  Appurity,

Hello Appurity,

欢迎来到开发通用Windows应用程序论坛! 

请阅读粘性帖子,尤其是  发布指南:主题行标签   ; 已知的
Windows 10 SDK和工具的问题 
。 

Please read the sticky posts, especially the Guide to posting: subject line tags and Known Issues for Windows 10 SDK and Tools 

我可以假设您使用的是从UWP平台获得
EmailMessage
课程?或者您正在尝试开发类似加载项的OEM?

Can I assume that you are using EmailMessage Class from UWP platform? Or you are trying to developing something like an add-in as an OEM?

我在这里计算了您的问题:

I calculated your questions here:

[问题]我们可以'找到区分入站和出站电子邮件的方法。希望微软可以在这里提供帮助。

[ISSUE] We can't find a way to distinguish between inbound and outbound emails. Hopefully Microsoft can help out here.

[问题]我们无法完全调查删除/暂停已发送电子邮件的能力,以便使用行李标签进行重建。需要进一步调查(使用Microsoft协助)。

[ISSUE] We weren't able to fully investigate the ability to delete/suspend sent email in order to reconstruct with luggage tag. Further investigation (with Microsoft assistance) required.

[问题]无法识别允许用户选择收件箱电子邮件进行归档的方法。加载项可能是可能的,但它们尚未在Windows 10移动性上可用(根据它们在开发积压中的演示)。是否可以使用
持久性通知(讨论)

[ISSUE] Unable to identify a means to allow a user to select an inbox email for filing. Add-ins may be a possibility but they aren't yet available on Windows 10 mobility (according to the presentation they are in development backlog). Possibility of using the persistent notifications instead (to discuss)

[问题]有几个与电子邮件关联的ID,但是像BB10一样,似乎都没有链接到我们追求的MessageID属性。

[ISSUE] There are a couple of IDs associated with the email but, like BB10, neither appear to be linked to the MessageID attribute that we're after.

问题在于,此类的主要目的是模拟使用此API发送电子邮件。但是,您主要关注过滤器和从您的应用中阅读电子邮件。我认为有两个问题:

The problem is that currently the main purpose of this class is to simulate sending a email using this API. But you are mainly focus on filter and reading email from your app. I think there are two problems:

1。目前,默认的UWP API不支持您的方案。

1. Currently the default UWP API does not support your scenarios.

2。应限制从应用中阅读电子邮件信息。我相信只有OEM才能获得这样做的许可。它不应该是公开的,因为客户的电子邮件应该受到保护。

2. Reading emails info from apps should be restricted. I believe only OEMs can have the permission to do this. It should not be public since customer's email message should be protected.

因此,如果您来自OEM公司,我认为您最好直接联系Microsoft支持。论坛不是正确的选择。 (如果你能用这个确认的话,我会为你咨询。)

So if you are from OEM company I think you'd better contact Microsoft support directly. Forum is not the right choice. (I will consult the channel for you if you can confirm with this.)

祝你好运,

Barry


这篇关于[UWP] Windows Phone 10 - 电子邮件收件箱API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆