Gets an optional string specifying the file's type using types specified through the Multipurpose Internet Mail Extensions (MIME) specification. When a file is embedded and a type is not specified the default type application/octet-stream is used.

Syntax

public string MimeType { get; }
Public ReadOnly Property MimeType() As String

Limitations

Read only.