Mime |
The MimeData type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| EstimateTransportSize |
Gets the estimated transport size of this MIME entity.
Bases on assumption that Base64, UUE and XUUE encoded files are 37% bigger in transport.
(Overrides MimeBaseEstimateTransportSize) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetMemoryStream | Creates new MemoryStream for accessing Data property. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| LoadFromFile | Uploads data from specified file into this MimeData entity. This method always resets FileName property. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Render |
Renders this MIME object.
(Inherited from MimeBase) | |
| Save(Stream) | Writes Data to specified stream. Stream must be open. | |
| Save(String) | Creates a new file with the specified name and saves Data into it. | |
| SetFileName | Sets the FileName and ContentType value if requested. | |
| ToString |
Returns content-type of this MIME object and file name if present.
(Overrides MimeBaseToString) |