UserDefinedProperty.DisplayFormat-Eigenschaft (Outlook)
Gibt einen Long -Wert, der das Anzeigeformat für das UserDefinedProperty -Objekt darstellt. Schreibgeschützt.
Syntax
Ausdruck. DisplayFormat
Ausdruck Eine Variable, die ein UserDefinedProperty-Objekt darstellt.
Hinweise
Der Wert dieser Eigenschaft ist eine Konstante aus einer Aufzählung, wobei die Aufzählung vom Wert der Type -Eigenschaft für das UserDefinedProperty -Objekt abhängt:
Wert für "Type" | DisplayFormat-Aufzählung |
---|---|
olCombination | Keine Aufzählung verfügbar. Diese Eigenschaft gibt immer 1 für OlCombination. |
olCurrency | OlFormatCurrency |
olDateTime | OlFormatDateTime |
olDuration | OlFormatDuration |
olEnumeration | OlFormatEnumeration |
olFormula | Keine Aufzählung verfügbar. Diese Eigenschaft gibt immer 1 für OlFormula. |
olInteger | OlFormatInteger |
olKeywords | OlFormatKeywords |
olNumber | OlFormatNumber |
olOutlookInternal | Keine Aufzählung verfügbar. Diese Eigenschaft gibt immer 1 für OlOutlookInternal. |
olPercent | OlFormatPercent |
olSmartFrom | OlFormatSmartFrom |
olText | OlFormatText |
olYesNo | OlFormatYesNo |
Siehe auch
Support und Feedback
Haben Sie Fragen oder Feedback zu Office VBA oder zu dieser Dokumentation? Unter Office VBA-Support und Feedback finden Sie Hilfestellung zu den Möglichkeiten, wie Sie Support erhalten und Feedback abgeben können.