Click or drag to resize

MimeBinHex Methods

The MimeBinHex type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEstimateTransportSize Gets the estimated transport size of this MIME entity. Bases on assumption that Base64, UUE and XUUE encoded files are 37% bigger in transport.
(Inherited from MimeData)
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 methodGetMemoryStream Creates new MemoryStream for accessing Data property.
(Inherited from MimeData)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadFromFile Uploads data from specified file into this MimeData entity. This method always resets FileName property.
(Inherited from MimeData)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRender Renders this MIME object.
(Inherited from MimeBase)
Public methodSave(Stream) Writes Data to specified stream. Stream must be open.
(Inherited from MimeData)
Public methodSave(String) Creates a new file with the specified name and saves Data into it.
(Inherited from MimeData)
Public methodSetFileName Sets the FileName and ContentType value if requested.
(Inherited from MimeData)
Public methodToString Returns content-type of this MIME object and file name if present.
(Inherited from MimeData)
Top
See Also