MhtmlAttachmentInfo class

MhtmlAttachmentInfo class

Represents information about an attachment in an MHT file.

The MhtmlAttachmentInfo type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of MhtmlAttachmentInfo

Properties

PropertyDescription
urlGets the URL of the attachment.
content_typeGets the content type of the attachment.
content_locationGets the content location of the attachment.
content_idGets the content ID of the attachment.
file_nameGets the file name of the attachment.
sizeGets the size of the attachment in bytes.

See Also