Mime |
The MimeBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AlternativeKey | Gets the key that allows to recognize same content in Visuals collection. All parts under the same MultipartAlternative are assigned the same key. | |
| ContentDisposition | 'Content-Disposition' of the data. This object provides information on what you should do with the data. | |
| ContentId | Content-ID of this entity. Without enclosing '<' and '>'. You can use ContentIdHelper to extract content id from cid url. | |
| ContentLocation | Content location of this mime entity. | |
| ContentType | Content type of the body. | |
| ContentTypeHeader | Represents 'Content-type' header. You can use this class to add additional options to content-type header. Use ContentType to get or set content-type only. | |
| HasContentType | Gets boolean value indicating, if content-type is explicitly set on this entity. | |
| Headers | MIME headers collection. |
| 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. | |
| 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) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Render | Renders this MIME object. | |
| ToString |
Returns content-type of this MIME object.
(Overrides ObjectToString) |