Click or drag to resize
MimeKit

MimeTypesTryGetExtension Method

Get the standard file extension for a MIME-type.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public static bool TryGetExtension(
	string mimeType,
	out string extension
)

Parameters

mimeType  String
The MIME-type.
extension  String
The file name extension for the specified MIME-type.

Return Value

Boolean
true if the extension is known for the specified MIME-type; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionmimeType is null.
Remarks
Gets the standard file extension for a MIME-type.
See Also