Share via


MimeData Class

MimeData Class

Contains the map image. The MimeData class includes the Multipurpose Internet Mail Extensions (MIME) type, the MIME label, and the binary image.


Public Class MimeData Inherits System.Object



[C#]

public class MimeData : System.Object
   

Public Properties

Name Description
public propertyBits

The binary map image.

public propertyContentID

Name of the returned image. The name consists of the string "map" appended with a number representing an index into the array of maps returned. For example, "map000.gif" is the map in a resulting MapImage object. If more than one MapImage object is returned in a call, the numbers are sequentially incremented based on the array index.

public propertyMimeType

The Multipurpose Internet Mail Extensions (MIME) type of the map image.

Remarks

See Also

  MapImage.MimeData Property   |   RenderServiceSoap.GetMap Method   |   MapOptions.ReturnType Property   |   MapReturnType Enumeration