Click or drag to resize

MimeBase Properties

The MimeBase type exposes the following members.

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 propertyContentDisposition 'Content-Disposition' of the data. This object provides information on what you should do with the data.
Public propertyContentId Content-ID of this entity. Without enclosing '<' and '>'. You can use ContentIdHelper to extract content id from cid url.
Public propertyContentLocation Content location of this mime entity.
Public propertyContentType Content type of the body.
Public propertyContentTypeHeader 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.
Public propertyHasContentType Gets boolean value indicating, if content-type is explicitly set on this entity.
Public propertyHeaders MIME headers collection.
Top
See Also