Package com.independentsoft.msg
Class StandardPropertySet
java.lang.Object
com.independentsoft.msg.StandardPropertySet
Provides the GUIDs of the standard MAPI property sets used to identify named (extended)
properties. Each field is the 16-byte GUID of a well-known property set and can be used as the
GUID when building an ExtendedPropertyId or
ExtendedPropertyName.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic byte[]The GUID of the PSETID_Address property set (contact and address book properties).static byte[]The GUID of the PSETID_Appointment property set (calendar and meeting properties).static byte[]The GUID of the PSETID_Common property set (properties common to several item types).static byte[]The GUID of the PS_INTERNET_HEADERS property set (transport message headers).static byte[]The GUID of the PSETID_Log property set (journal properties).static byte[]The GUID of the PS_MAPI property set.static byte[]The GUID of the PSETID_Note property set (sticky note properties).static byte[]The GUID of the PS_PUBLIC_STRINGS property set.static byte[]The GUID of the PSETID_Task property set (task properties). -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAPI
public static final byte[] MAPIThe GUID of the PS_MAPI property set. -
PUBLIC_STRINGS
public static final byte[] PUBLIC_STRINGSThe GUID of the PS_PUBLIC_STRINGS property set. -
INTERNET_HEADERS
public static final byte[] INTERNET_HEADERSThe GUID of the PS_INTERNET_HEADERS property set (transport message headers). -
APPOINTMENT
public static final byte[] APPOINTMENTThe GUID of the PSETID_Appointment property set (calendar and meeting properties). -
TASK
public static final byte[] TASKThe GUID of the PSETID_Task property set (task properties). -
ADDRESS
public static final byte[] ADDRESSThe GUID of the PSETID_Address property set (contact and address book properties). -
COMMON
public static final byte[] COMMONThe GUID of the PSETID_Common property set (properties common to several item types). -
NOTE
public static final byte[] NOTEThe GUID of the PSETID_Note property set (sticky note properties). -
JOURNAL
public static final byte[] JOURNALThe GUID of the PSETID_Log property set (journal properties).
-
-
Constructor Details
-
StandardPropertySet
public StandardPropertySet()
-