Package com.independentsoft.msg
Class ExtendedPropertyId
java.lang.Object
com.independentsoft.msg.ExtendedPropertyTag
com.independentsoft.msg.ExtendedPropertyId
-
Field Summary
Fields inherited from class com.independentsoft.msg.ExtendedPropertyTag
guid, type -
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of theExtendedPropertyIdclass.ExtendedPropertyId(int id, byte[] guid)Initializes a new instance of theExtendedPropertyIdclass.ExtendedPropertyId(int id, byte[] guid, PropertyType type)Initializes a new instance of theExtendedPropertyIdclass. -
Method Summary
Methods inherited from class com.independentsoft.msg.ExtendedPropertyTag
getGuid, getType, setGuid, setType
-
Constructor Details
-
ExtendedPropertyId
public ExtendedPropertyId()Initializes a new instance of theExtendedPropertyIdclass. -
ExtendedPropertyId
public ExtendedPropertyId(int id, byte[] guid)Initializes a new instance of theExtendedPropertyIdclass.- Parameters:
id- the identifierguid- the unique identifier
-
ExtendedPropertyId
Initializes a new instance of theExtendedPropertyIdclass.- Parameters:
id- the identifierguid- the unique identifiertype- the type
-
-
Method Details