Informationen zu benannten von Outlook verwendete Eigenschaften
Gilt für: Outlook 2013 | Outlook 2016
MAPI bietet die M�glichkeit zum Zuweisen von Namen auf bestimmte Eigenschaften f�r die Zuordnung Managementsystems zu eindeutigen IDs und zum Beschleunigen des best�ndigen dieser Name-zu-Bezeichner zuordnen in allen Sitzungen. Benannte Eigenschaften werden durch einen Namen und einen global eindeutigen Bezeichner (GUID) f�r einen Eigenschaftensatz identifiziert. Der Name kann eine Zahl oder eine Zeichenfolge sein. F�r Microsoft Outlook 2013 oder Microsoft Outlook 2010 ist der Eigenschaftensatz oft einen Namespace definiert durch Outlook 2013 oder Outlook 2010 wie PSETID_Appointment.
Named properties are manipulated by using the IMAPIProp::GetIDsFromNames function and the IMAPIProp::GetNamesFromIDs function. The name and the property set GUID are passed to the IMAPIProp::GetIDsFromNames function to obtain a property identifier that is valid for the current MAPI session. Because this property identifier can vary from computer to computer, the only consistent way to access a named property is to know its name and property set GUID. The range for identifiers is always in the 0x8000 and 0xFFFE range.
Any object that implements the IMAPIProp: IUnknown interface can support named properties. Specifically, a MAPI service provider or a MAPI client must implement IMAPIProp::GetProps to get values of named properties. Setting named properties used by Outlook 2013 or Outlook 2010 is not supported because of the risk of corrupting data that is shared with other MAPI providers or clients.
Outlook 2013 and Outlook 2010 use MAPI named properties to implement many of their features, for example, attachment security and meeting counter-proposals. Above this underlying data, Outlook 2013 and Outlook 2010 expose some of these properties as item properties in their Outlook 2013 and Outlook 2010 object models. For example, the Email1Address property of the ContactItem object in the object model corresponds to the named Kanonische PidLidEmail1EmailAddress-Eigenschaft in the PSETID_Address namespace. But in general, due to concerns for compatibility and data integrity, many of the MAPI properties that are used by Outlook 2013 and Outlook 2010 are not exposed in the object model.
In dieser Referenz werden eine Reihe von benannten Eigenschaften die unten aufgef�hrten beschrieben.
Benannte Eigenschaften im Namespace PSETID_Address lauten wie folgt:
Benannte Eigenschaften im Namespace PSETID_Appointment lauten wie folgt:
Benannte Eigenschaften im Namespace PSETID_Common lauten wie folgt:
Benannte Eigenschaften im Namespace PSETID_Meeting lauten wie folgt:
Benannte Eigenschaften im Namespace PSETID_Task lauten wie folgt:
Benannte Eigenschaften im Namespace PS_INTERNET_HEADERS lauten wie folgt:
Benannte Eigenschaften im Namespace PSETID_Log lauten wie folgt:
Benannte Eigenschaften im Namespace PS_PUBLIC_STRINGS lauten wie folgt:
Siehe auch
Ermitteln, ob Outlook nur die Kopfzeile einer Nachricht heruntergeladen hat
Abrufen der E-Mail-Adresse eines Kontaktelements
Entfernen benutzerdefinierter Formulardefinitionen, die mit einer Nachricht gespeichert wurden