KnownPropertySets

Inheritance: java.lang.Object

public class KnownPropertySets

[MS-OXCDATA]: Commonly Used Property Sets

Constructors

ConstructorDescription
KnownPropertySets()

Fields

FieldDescription
ADDRESSArea name: Contact Property set name: PSETID_Address
AIR_SYNCArea name: Sync Property set name: PSETID_AirSync
APPOINTMENTArea name: Calendar Property set name: PSETID_Appointment
ATTACHMENTArea name: Message attachment Property set name: PSETID_Attachment
CALENDAR_ASSISTANTArea name: Calendar Property set name: PSETID_CalendarAssistant
COMMONArea name: Common Property set name: PSETID_Common
ENTITIESArea name: Extracted entities Property set name: PSETID_XmlExtractedEntities
INTERNET_HEADERSArea name: Email Property set name: PS_INTERNET_HEADERS
LOGArea name: Journal Property set name: PSETID_Log
MAPIArea name: Common Property set name: PS_MAPI
MEETINGArea name: Calendar Property set name: PSETID_Meeting
MESSAGINGArea name: Messaging Property set name: PSETID_Messaging
NOTEArea name: Sticky note Property set name: PSETID_Note
POST_RSSArea name: RSS feed Property set name: PSETID_PostRss
PUBLIC_STRINGSArea name: Common Property set name: PS_PUBLIC_STRINGS
SHARINGArea name: Sharing Property set name: PSETID_Sharing
TASKArea name: Task Property set name: PSETID_Task
UNIFIED_MESSAGINGArea name: Unified messaging Property set name: PSETID_UnifiedMessaging

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int