Einzelnen Beitrag anzeigen

Benutzerbild von Remko
Remko

Registriert seit: 10. Okt 2006
Ort: 's-Hertogenbosch, Die Niederlande
222 Beiträge
 
RAD-Studio 2010 Arc
 
#5

Re: Formattierung vom Body bei Aufgaben

  Alt 12. Sep 2007, 12:15
You can check the BodyFormat property:
Delphi-Quellcode:
type
  OlBodyFormat = TOleEnum;
const
  olFormatUnspecified = $00000000;
  olFormatPlain = $00000001;
  olFormatHTML = $00000002;
  olFormatRichText = $00000003;
For RTF and plaintext the body is in the body property, for HTML and unspecified the body is in HTMLBody.
  Mit Zitat antworten Zitat