FromExtension

EmailFormats.FromExtension method

Retrieves an instance of the specified type EmailFormats that has the specified file extension.

public static EmailFormats FromExtension(string extension)
Parameter Type Description
extension String The file extension of the document format.

Return Value

An instance of the specified type EmailFormats with the specified file extension.

Exceptions

exception condition
InvalidOperationException Thrown when no matching document format is found.

See Also