 | MimeTextToString Method |
Returns content-type of this MIME object, file name if present, and first 50 chars of the text content.
Namespace: Limilabs.Mail.MIMEAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
StringContent-type of this MIME object file name if present, and first 50 chars of the text content (e.g. "text/plain, ('Hi, can we meet a...')").
See Also