Click or drag to resize

MimeDataToString Method

Returns content-type of this MIME object and file name if present.

Namespace: Limilabs.Mail.MIME
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public override string ToString()

Return Value

String
Content-type of this MIME object and file name if present (e.g. "image/png, icon.png").
See Also