Hunny Software Library Reference

BodyStructureData Members

BodyStructureData overview

Public Instance Properties

ContentDescription Gets the value of the Content-Description header field.
ContentDisposition Gets the value of the Content-Disposition header field.
ContentId Gets the value of the Content-ID header field.
ContentMd5 Gets the value of the Content-MD5 header field.
ContentTransferEncoding Gets the value of the Content-Transfer-Encoding header field.
Envelope Gets the ENVELOPE structure.
MediaSubtype Gets the media subtype.
MediaType Gets the primary media type.
NumBodyParts Gets the number of nested BODYSTRUCTURE items.
NumContentDispositionParams Gets the number of parameters in the Content-Disposition header field.
NumContentTypeParams Gets the number of parameters in the Content-Type header field.
NumLines Gets the number of lines in the message or text body part.
Size Gets the body size in bytes.

Public Instance Methods

BodyPart Gets the BODYSTRUCTURE item at the specified position.
ContentDispositionParam Gets the parameter at the specified position in the Content-Disposition header field.
ContentTypeParam Gets the parameter at the specified position in the Content-Type header field.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
GetType (inherited from Object)Gets the Type of the current instance.
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

BodyStructureData Class | Hunny.Mail Namespace | FETCH response in the IMAP4 specification