4AspNet POP3 .NET Component

Attachment Properties

The properties of the Attachment class are listed below. For a complete list of Attachment class members, see the Attachment Members topic.

Public Instance Properties

Attachments (inherited from EmailCore) Gets ArrayList of attachments.
Charset (inherited from EmailCore) Character set (charset).
ContentDisposition Content dispostion.
ContentID Content id.
ContentTransferEncoding (inherited from EmailCore) Content-Transfer-Encoding.
ContentType (inherited from EmailCore) Content-Type.
Data Attachment's binary data.
EstimatedSize Gets the estimated size of the Attachment
FileName File name.
HtmlBody Returns content of attachment if ContentType = "text/html"
IsAnyAttachments (inherited from EmailCore) Returns true if email has any attachments
IsFileAttachment Returns true if attachement is file.
TextBody Returns content of attachment if ContentType = "text/plain"

See Also

Attachment Class | ForAspNet.POP3 Namespace