Property

EmailAttachment.MacType


Warning

This item is deprecated. Please use Uniform Type Identifiers as a replacement.

Description

The four-character Macintosh Type code.

Sample code

This example uses the MacType code used for image/jpeg file types in the File Type Sets editor.

Dim file As EmailAttachment
file = New EmailAttachment
file.ContentEncoding = "UTF8"
file.MIMEType = "image/jpeg"
file.MacCreator = "prvw"
file.MacType = "JPEG"

Compatibility

All project types on all supported operating systems.