Edit

Share via


DocumentSharingLocation.SupportedFileExtensions Property

Definition

Gets the list of file extensions that determines which file types may be stored at the document sharing location. The SupportedFileExtensions property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

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)

Property Value

The list of supported file extensions.

Remarks

Example of the list of supported document types: "docx pptx xlsx".

Applies to