MhtmlAttachmentInfo Class

MhtmlAttachmentInfo class

Represents information about an attachment in an MHT file.

public class MhtmlAttachmentInfo

Constructors

NameDescription
MhtmlAttachmentInfo()The default constructor.

Properties

NameDescription
ContentId { get; }Gets the content ID of the attachment.
ContentLocation { get; }Gets the content location of the attachment.
ContentType { get; }Gets the content type of the attachment.
FileName { get; }Gets the file name of the attachment.
Size { get; }Gets the size of the attachment in bytes.
Url { get; }Gets the URL of the attachment.

Methods

NameDescription
override ToString()Returns a string representation of the attachment information.

See Also