Mime |
The MimeMessagePartial 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.
(Inherited from MimeData) | |
| 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.
(Inherited from MimeData) | |
| 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.
(Inherited from MimeData) | |
| 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.
(Inherited from MimeData) | |
| Save(String) |
Creates a new file with the specified name and saves Data into it.
(Inherited from MimeData) | |
| SetFileName |
Sets the FileName and ContentType value if requested.
(Inherited from MimeData) | |
| ToString |
Returns content-type of this MIME object and file name if present.
(Inherited from MimeData) |