DocumentSharingLocation.SupportedFileExtensions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取确定哪些文件类型可以存储在文档共享位置的文件扩展名的列表。 属性SupportedFileExtensions适用于面向 Exchange Online 和从 2013 Exchange Server 开始的 Exchange 版本的客户端。
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ SupportedFileExtensions { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> SupportedFileExtensions { get; }
Public ReadOnly Property SupportedFileExtensions As IEnumerable(Of String)
属性值
支持的文件扩展名列表。
注解
支持的文档类型列表示例:“docx pptx xlsx”。