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.10.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
if the extension is known for the specified MIME-type; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionmimeType is .
Remarks
Gets the standard file extension for a MIME-type.
See Also