4AspNet POP3 .NET Component

Attachment Members

Attachment overview

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"

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
ExtractTNEFAttachments Method extract all attachments from TNEF.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetStream Decodes an Attachment to a stream
GetType (inherited from Object) Gets the Type of the current instance.
Save Save the attached file.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Attachment Class | ForAspNet.POP3 Namespace