desktop7:MailProvider

将 dll 注册为邮件提供程序。

元素层次结构

<包>

    <应用程序>

         <应用程序>

              <扩展>

                   <desktop7:Extension>

                        <desktop7:MailProvider>

语法

<desktop7:MailProvider
  Name = 'A string with a value between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.'
  Description = 'A string with a value between 1 and 256 characters in length.'
  SimpleMapiLibrary = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *, ending with the case-insensitive file extension ".dll".' 
  ExtendedMapiLibrary = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *, ending with the case-insensitive file extension ".dll".' />

特性和元素

属性

属性 说明 数据类型 必须 默认值
名称 邮件提供程序扩展的描述性名称。 此值实际上不是由系统直接使用,但可以更轻松地读取注册表中的条目。 值长度介于 1 到 32767 个字符之间的字符串,开头和结尾处有一个非空格字符。
说明 邮件提供程序的说明。 值长度介于 1 到 256 个字符之间的字符串。
SimpleMapiLibrary 实现简单 MAPI 提供程序的 Dll 文件的路径。 值长度介于 1 到 256 个字符之间的字符串,不能包含以下字符:<>:"|?、 或 *,以不区分大小写的文件扩展名.dll结尾。
EntendedMapiLibrary 实现简单 MAPI 提供程序的 Dll 文件的路径。 值长度介于 1 到 256 个字符之间的字符串,不能包含以下字符:<>:"|?、 或 *,以不区分大小写的文件扩展名.dll结尾。

子元素

无。

父元素

父元素 描述
扩展名 定义应用程序的扩展点。

注解

有关注册邮件提供程序的详细信息,请参阅 MapiSvc.inf 的文件格式

要求

命名空间 http://schemas.microsoft.com/appx/manifest/desktop/windows10/7
Minimum OS Version Windows 10 (内部版本 19645)