Man KANN Propertys benutzen … man MUSS aber nicht …
public void set_isHtmlBody(bool isHtml)
{
msg.IsBodyHtml = isHtml;
}
public bool get_isHtmlBody()
{
return msg.IsBodyHtml;
}
*Kopfschüttel*
Und nein, es ist kein Javaport oder ähnliches