KnownPropertySets
Inheritance: java.lang.Object
public class KnownPropertySets
[MS-OXCDATA]: Commonly Used Property Sets
Constructors
Constructor | Description |
---|---|
KnownPropertySets() |
Fields
Field | Description |
---|---|
ADDRESS | Area name: Contact Property set name: PSETID_Address |
AIR_SYNC | Area name: Sync Property set name: PSETID_AirSync |
APPOINTMENT | Area name: Calendar Property set name: PSETID_Appointment |
ATTACHMENT | Area name: Message attachment Property set name: PSETID_Attachment |
CALENDAR_ASSISTANT | Area name: Calendar Property set name: PSETID_CalendarAssistant |
COMMON | Area name: Common Property set name: PSETID_Common |
ENTITIES | Area name: Extracted entities Property set name: PSETID_XmlExtractedEntities |
INTERNET_HEADERS | Area name: Email Property set name: PS_INTERNET_HEADERS |
LOG | Area name: Journal Property set name: PSETID_Log |
MAPI | Area name: Common Property set name: PS_MAPI |
MEETING | Area name: Calendar Property set name: PSETID_Meeting |
MESSAGING | Area name: Messaging Property set name: PSETID_Messaging |
NOTE | Area name: Sticky note Property set name: PSETID_Note |
POST_RSS | Area name: RSS feed Property set name: PSETID_PostRss |
PUBLIC_STRINGS | Area name: Common Property set name: PS_PUBLIC_STRINGS |
SHARING | Area name: Sharing Property set name: PSETID_Sharing |
TASK | Area name: Task Property set name: PSETID_Task |
UNIFIED_MESSAGING | Area name: Unified messaging Property set name: PSETID_UnifiedMessaging |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
KnownPropertySets()
public KnownPropertySets()
ADDRESS
public static final System.Guid ADDRESS
Area name: Contact Property set name: PSETID_Address
AIR_SYNC
public static final System.Guid AIR_SYNC
Area name: Sync Property set name: PSETID_AirSync
APPOINTMENT
public static final System.Guid APPOINTMENT
Area name: Calendar Property set name: PSETID_Appointment
ATTACHMENT
public static final System.Guid ATTACHMENT
Area name: Message attachment Property set name: PSETID_Attachment
CALENDAR_ASSISTANT
public static final System.Guid CALENDAR_ASSISTANT
Area name: Calendar Property set name: PSETID_CalendarAssistant
COMMON
public static final System.Guid COMMON
Area name: Common Property set name: PSETID_Common
ENTITIES
public static final System.Guid ENTITIES
Area name: Extracted entities Property set name: PSETID_XmlExtractedEntities
INTERNET_HEADERS
public static final System.Guid INTERNET_HEADERS
Area name: Email Property set name: PS_INTERNET_HEADERS
LOG
public static final System.Guid LOG
Area name: Journal Property set name: PSETID_Log
MAPI
public static final System.Guid MAPI
Area name: Common Property set name: PS_MAPI
MEETING
public static final System.Guid MEETING
Area name: Calendar Property set name: PSETID_Meeting
MESSAGING
public static final System.Guid MESSAGING
Area name: Messaging Property set name: PSETID_Messaging
NOTE
public static final System.Guid NOTE
Area name: Sticky note Property set name: PSETID_Note
POST_RSS
public static final System.Guid POST_RSS
Area name: RSS feed Property set name: PSETID_PostRss
PUBLIC_STRINGS
public static final System.Guid PUBLIC_STRINGS
Area name: Common Property set name: PS_PUBLIC_STRINGS
SHARING
public static final System.Guid SHARING
Area name: Sharing Property set name: PSETID_Sharing
TASK
public static final System.Guid TASK
Area name: Task Property set name: PSETID_Task
UNIFIED_MESSAGING
public static final System.Guid UNIFIED_MESSAGING
Area name: Unified messaging Property set name: PSETID_UnifiedMessaging
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |