AXSoft SMTPSock - MessageMimeType
Description |
Sets/Returns the mime type of the message text. By default the value is "text/plain". |
||||||
Type |
Property |
||||||
Syntax |
object.MessageMimeType [ = String ]
|
||||||
Return Type |
String |
||||||
Remarks |
Usually you do not have to bother with this property. If the mime-type is something other than plain text than you should change the value. For example, if you are sending an html message you should change the value to "text/html". The default value is text/plain. |