ObjectElement.type Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the MIME type of an OBJECT element.

Syntax

expression.type

expression   Required. A variable that represents an ObjectElement object.

Remarks

MIME is an abbreviation for Multipurpose Internet Mail Extension and is a set of enhancements used with Simple Mail Transfer Protocol (SMTP). Used together, MIME and SMTP allow Internet messages to include a mixture of audio, images, video, and text components, and accommodate a variety of international character sets.

See Also