Share via


Organization.MimeTypes property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property MimeTypes As MultiValuedProperty(Of String)
    Get
    Friend Set
'Usage
Dim instance As Organization
Dim value As MultiValuedProperty(Of String)

value = instance.MimeTypes
public MultiValuedProperty<string> MimeTypes { get; internal set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>

See also

Reference

Organization class

Organization members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace