Returns the mime type of the translation unit.

Type Info:

MimeType As String
Example:
Dim TU As TransUnit
Dim MimeType As String

Set TU = Application.ActiveTransUnit
If (TU.IsBinUnit) Then
    MimeType = TU.MimeType
End If
Remarks: Read-only property.

See also:

Class TransUnit

Last Updated: 03/11/04