Click or drag to resize

MimeBaseStructure Class

Base class for classes representing MIME tree parts stored on an IMAP server.
Inheritance Hierarchy
SystemObject
  Limilabs.Client.IMAPMimeBaseStructure
    Limilabs.Client.IMAPMimeStructure

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
[SerializableAttribute]
public abstract class MimeBaseStructure

The MimeBaseStructure type exposes the following members.

Constructors
 NameDescription
Protected methodMimeBaseStructureInitializes a new instance of the MimeBaseStructure class
Top
Properties
 NameDescription
Public propertyAlternativeKey Gets the key that allows to recognize same content in Visuals collection. All parts under the same MultipartAlternative are assigned the same key.
Public propertyContentType Gets the content type of this part.
Public propertyHasContentType Gets boolean value indicating, if content-type was specified explicitly for this entity.
Public propertyID Gets the id of this part.
Public propertyMessageNumber Gets the message number of the message, that this part belongs to.
Public propertyUID Gets the unique id (UID) of the message, that this part belongs to.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also