Class MhtmlAttachmentInfo

Class MhtmlAttachmentInfo

Namespace: Aspose.Html.Rendering
Assembly: Aspose.HTML.dll (26.3.0)

Represents information about an attachment in an MHT file.

[ComVisible(true)]
public class MhtmlAttachmentInfo

Inheritance

object MhtmlAttachmentInfo

Inherited Members

object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

MhtmlAttachmentInfo()

public MhtmlAttachmentInfo()

Properties

ContentId

Gets the content ID of the attachment.

public string ContentId { get; }

Property Value

string

ContentLocation

Gets the content location of the attachment.

public string ContentLocation { get; }

Property Value

string

ContentType

Gets the content type of the attachment.

public string ContentType { get; }

Property Value

string

FileName

Gets the file name of the attachment.

public string FileName { get; }

Property Value

string

Size

Gets the size of the attachment in bytes.

public int? Size { get; }

Property Value

int ?

Url

Gets the URL of the attachment.

public string Url { get; }

Property Value

string

Methods

ToString()

Returns a string representation of the attachment information.

public override string ToString()

Returns

string

A string containing the attachment information.